phs fan / AbitUSBModem

Dependencies:   Socket lwip-sys lwip

Dependents:   AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest

Fork of VodafoneUSBModem by mbed official

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)
 {
 
 }