wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
6:00bf89892c76
Parent:
0:51ac1d130fd4
Child:
10:42a34d63b218
diff -r 89eb903836af -r 00bf89892c76 netif/ppp/pap.c
--- a/netif/ppp/pap.c	Tue Jun 26 14:13:33 2012 +0000
+++ b/netif/ppp/pap.c	Mon Jul 23 11:52:35 2012 +0000
@@ -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;
   }