Fix copy-and-paste gone wrong.
This commit is contained in:
parent
559a027229
commit
38b9ab09d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
ret = psock_send(psock, buf, len, flags, to, tolen);
|
||||
ret = psock_send(psock, buf, len, flags);
|
||||
leave_cancellation_point();
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue