Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EthernetInterface_ccx
Fork of lwip by
Revision 11:7799ae488ba0, committed 2013-09-28
- Comitter:
- khayakawa
- Date:
- Sat Sep 28 16:34:37 2013 +0000
- Parent:
- 10:42a34d63b218
- Commit message:
- KEIS
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 7799ae488ba0 core/dhcp.c --- a/core/dhcp.c Thu May 30 17:11:58 2013 +0100 +++ b/core/dhcp.c Sat Sep 28 16:34:37 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 7799ae488ba0 netif/ppp/pap.c
--- a/netif/ppp/pap.c Thu May 30 17:11:58 2013 +0100
+++ b/netif/ppp/pap.c Sat Sep 28 16:34:37 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;
}
