local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Revision:
27:37d3ac289e86
Parent:
16:02db4f537955
--- a/ip/IPInterface.cpp	Wed Aug 29 16:28:13 2012 +0000
+++ b/ip/IPInterface.cpp	Thu Aug 30 09:16:05 2012 +0000
@@ -24,7 +24,7 @@
 #include <cstring> //For strcpy
 
 
-IPInterface::IPInterface()
+IPInterface::IPInterface() : m_connected(false)
 {
 
 }