Modification to work two socket servers at the same time
Fork of lwip by
Diff: netif/ppp/pap.c
- Revision:
- 10:42a34d63b218
- Parent:
- 6:00bf89892c76
diff -r 5bba32bf3eb6 -r 42a34d63b218 netif/ppp/pap.c --- a/netif/ppp/pap.c Fri Mar 01 15:35:46 2013 +0000 +++ b/netif/ppp/pap.c Thu May 30 17:11:58 2013 +0100 @@ -218,7 +218,7 @@ u->us_unit, u->us_timeouttime, u->us_clientstate)); if (u->us_clientstate != UPAPCS_AUTHREQ) { - UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n")); + UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n")); return; }