mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
NET: Another fix for recently introduced networking errors
This commit is contained in:
+1
-1
@@ -306,7 +306,7 @@ static inline int psock_tcp_connect(FAR struct socket *psock,
|
||||
{
|
||||
/* Perform the uIP connection operation */
|
||||
|
||||
ret = psock_tcp_connect(psock->s_conn, inaddr);
|
||||
ret = tcp_connect(psock->s_conn, inaddr);
|
||||
}
|
||||
|
||||
if (ret >= 0)
|
||||
|
||||
Reference in New Issue
Block a user