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.
Fork of lwip by
Revision 11:c9233fe7de67, committed 2013-06-13
- 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 |
--- 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.
--- 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; }