Explorar o código

git rebase commit

NightIsDark %!s(int64=3) %!d(string=hai) anos
pai
achega
247d1a50d7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/net/sal_socket/src/sal_socket.c

+ 1 - 0
components/net/sal_socket/src/sal_socket.c

@@ -619,6 +619,7 @@ int sal_accept(int socket, struct sockaddr *addr, socklen_t *addrlen)
             LOG_E("New socket registered failed, return error %d.", retval);
             return -1;
         }
+		
         /* new socket create by accept should have the same netdev with server*/
         new_sock->netdev = sock->netdev;
         /* socket structure user_data used to store the acquired new socket */