Unverified Commit 91183ca2 authored by Juraj Andrássy's avatar Juraj Andrássy Committed by GitHub

LwipIntfDev - disconnect()/end() should not clear static IP settings (#1866)

parent 971c235e
......@@ -400,7 +400,7 @@ void LwipIntfDev<RawDev>::end() {
RawDev::end();
netif_remove(&_netif);
memset(&_netif, 0, sizeof(_netif));
_started = false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment