old netservices

Dependents:   lab3-News_Reader1

Fork of NetServices by Segundo Equipo

Revision:
8:1fb1dbb9ad9e
Parent:
0:ac1725ba162c
--- a/lwip/netif/ppp/pap.c	Sun Nov 21 17:13:44 2010 +0000
+++ b/lwip/netif/ppp/pap.c	Wed Mar 06 00:34:07 2013 +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;
   }