mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Fix copy-and-paste gone wrong.
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ ssize_t send(int sockfd, FAR const void *buf, size_t len, int flags)
|
|||||||
|
|
||||||
/* And let psock_send do all of the work */
|
/* And let psock_send do all of the work */
|
||||||
|
|
||||||
ret = psock_send(psock, buf, len, flags, to, tolen);
|
ret = psock_send(psock, buf, len, flags);
|
||||||
leave_cancellation_point();
|
leave_cancellation_point();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user