summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-17 09:27:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-17 09:27:53 -0600
commitf631eadcb3564f39e1832932ae1c5f4277b4db86 (patch)
treea2992fb27b738398cfec0a7a20ba6877f3ded5a4 /nuttx
parent30f91a677deefaaa2bddd2a1a6864c560d08789b (diff)
downloadpx4-nuttx-f631eadcb3564f39e1832932ae1c5f4277b4db86.tar.gz
px4-nuttx-f631eadcb3564f39e1832932ae1c5f4277b4db86.tar.bz2
px4-nuttx-f631eadcb3564f39e1832932ae1c5f4277b4db86.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bfdb0796a..4d7510d16 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9458,3 +9458,5 @@
appropriate device driver of this condition. The notifying socket
will be configured as either PF_INET or PF_INET6 and must look up the
correct driver using the correct IP domain (2015-01-17).
+ * net/socket/accept.c: Fix accept() so that it returns the correct IP
+ address for the selected socket IP domain (2015-01-17).