Networking: Fix accept() so that it returns the correct IP address for the selected socket IP domain.

This commit is contained in:
Gregory Nutt
2015-01-17 09:27:05 -06:00
parent a90ccb0c1c
commit 820509eadc
9 changed files with 111 additions and 78 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
#include <nuttx/net/netstats.h>
#include <nuttx/net/ip.h>
#include "ipv6/ipv6.h"
#include "neighbor/neighbor.h"
#include "tcp/tcp.h"
#include "udp/udp.h"
#include "pkt/pkt.h"