mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 12:58:29 +08:00
Fix some kruft left behind in last big commit.
This commit is contained in:
@@ -316,8 +316,7 @@ int psock_local_connect(FAR struct socket *psock,
|
||||
if (conn->lc_proto == SOCK_STREAM)
|
||||
{
|
||||
ret = local_stream_connect(client, conn,
|
||||
_SS_ISNONBLOCK(psock->s_flags),
|
||||
state);
|
||||
_SS_ISNONBLOCK(psock->s_flags));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user