Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of C027_Support by
Diff: Socket/TCPSocketConnection.h
- Revision:
- 63:42cb563a25bc
- Parent:
- 60:1f65abb842be
- Child:
- 67:ff9472d344d4
diff -r 1f65abb842be -r 42cb563a25bc Socket/TCPSocketConnection.h --- a/Socket/TCPSocketConnection.h Tue May 13 07:13:27 2014 +0000 +++ b/Socket/TCPSocketConnection.h Tue May 13 12:31:33 2014 +0000 @@ -21,7 +21,8 @@ */ int connect(const char* host, const int port) { - _mdm = MDMParser::getInstance(); + if (_mdm == NULL) + _mdm = MDMParser::getInstance(); if (_mdm == NULL) return -1;