V1

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
lemniskata
Date:
Thu Jun 13 20:00:31 2013 +0000
Parent:
10:42a34d63b218
Commit message:
V1

Changed in this revision

core/dhcp.c Show annotated file Show diff for this revision Revisions of this file
netif/ppp/pap.c Show annotated file Show diff for this revision Revisions of this file
diff -r 42a34d63b218 -r c9233fe7de67 core/dhcp.c
--- a/core/dhcp.c	Thu May 30 17:11:58 2013 +0100
+++ b/core/dhcp.c	Thu Jun 13 20:00:31 2013 +0000
@@ -115,7 +115,7 @@
 #define DHCP_OPTION_IDX_T2          5
 #define DHCP_OPTION_IDX_SUBNET_MASK 6
 #define DHCP_OPTION_IDX_ROUTER      7
-#define DHCP_OPTION_IDX_DNS_SERVER	8
+#define DHCP_OPTION_IDX_DNS_SERVER    8
 #define DHCP_OPTION_IDX_MAX         (DHCP_OPTION_IDX_DNS_SERVER + DNS_MAX_SERVERS)
 
 /** Holds the decoded option values, only valid while in dhcp_recv.
diff -r 42a34d63b218 -r c9233fe7de67 netif/ppp/pap.c
--- a/netif/ppp/pap.c	Thu May 30 17:11:58 2013 +0100
+++ b/netif/ppp/pap.c	Thu Jun 13 20:00:31 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;
   }