summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 17:46:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 17:46:56 -0600
commit2f32e25bb007173595e3ff240e8f523693bf272e (patch)
treea31507c11a58cc7581c16ac7ca2e7dd5eb6cfa65 /apps/ChangeLog.txt
parenta81634883601b6d67f0c789dee203b324a5f356c (diff)
downloadnuttx-2f32e25bb007173595e3ff240e8f523693bf272e.tar.gz
nuttx-2f32e25bb007173595e3ff240e8f523693bf272e.tar.bz2
nuttx-2f32e25bb007173595e3ff240e8f523693bf272e.zip
dhcpd_allocipaddr() should not call ntohl(). The return value is already in host order. From Brennan Ashton
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.
+