Merge branch 'r0.2' of https://github.com/acetcom/nextepc into r0.2

This commit is contained in:
Sukchan Lee 2017-10-20 13:19:20 +09:00
commit 7b1949da6c
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@ int net_accept(net_sock_t **new_accept_sock, net_sock_t *net_sock, int timeout)
node->sock_id = new_sock;
node->proto = net_sock->proto;
node->ppid = net_sock->ppid;
*new_accept_sock = node;
/* Save local and remote address */