summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 20397b61d..601e0a37d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -851,3 +851,6 @@
'cat' command. This prevents the NSH prompt from be in the same line
as the final line of the file in the case where there is no newline
at the end of the file (2014-2-27).
+ * netutils/dhcpd/dhcpd.c: allocipaddr() should not call ntohl(), the
+ returned IP address is already in host order.
+