Fixed recursive lock problem in closeConnection

This commit is contained in:
Joseph Henry 2015-09-24 16:15:14 -04:00
parent b263926ea6
commit c25ceaf06b
2 changed files with 15 additions and 9 deletions

View file

@ -145,6 +145,9 @@ public:
void (*_netif_set_up)(NETIF_SET_UP_SIG);
void (*_netif_poll)(NETIF_POLL_SIG);
Mutex _lock;
LWIPStack(const char* path) :
_libref(NULL)
{