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: oldheating gps motorhome heating
Diff: net/http-net-html.c
- Revision:
- 41:b62b2b46f530
- Parent:
- 39:04f4080eee71
- Child:
- 59:309e78f243dd
--- a/net/http-net-html.c Sat Jan 26 18:09:49 2019 +0000
+++ b/net/http-net-html.c Tue Jan 29 15:06:13 2019 +0000
@@ -54,7 +54,7 @@
PageAddLabelledIp6 ("Prefix", WIDTH, NdpPrefix);
PageAddLabelledInt ("DNS life secs", WIDTH, NdpDnsLifetime);
PageAddLabelledIp6 ("DNS server", WIDTH, NdpDnsServer);
- PageAddLabelledInt ("Lease time", WIDTH, NdpLifetime);
+ PageAddLabelledInt ("Lease time", WIDTH, NdpGetLease());
PageAddLabelledInt ("Elapsed", WIDTH, NdpGetElapsedLife());
PageAddLabelledIp6 ("SLAAC", WIDTH, SlaacLinkLocalIp);
PageAddLabelledInt ("MTU", WIDTH, NdpMtu);