Fix some kruft left behind in last big commit.

This commit is contained in:
Gregory Nutt 2016-12-03 16:53:22 -06:00
parent 83477c55f8
commit f45727dffc
1 changed files with 1 additions and 2 deletions

View File

@ -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
{