diff --git a/features/netsocket/InternetSocket.cpp b/features/netsocket/InternetSocket.cpp index da7573986e0..948e25374a7 100644 --- a/features/netsocket/InternetSocket.cpp +++ b/features/netsocket/InternetSocket.cpp @@ -21,8 +21,8 @@ using namespace mbed; InternetSocket::InternetSocket() : _stack(0), _socket(0), _timeout(osWaitForever), - _readers(0), _writers(0), _factory_allocated(false), - _pending(0) + _readers(0), _writers(0), _pending(0), + _factory_allocated(false) { }