Minor fixes after initial tests with apps/examples/udgram

This commit is contained in:
Gregory Nutt
2015-01-28 15:27:54 -06:00
parent dfa642601a
commit 72ac79e7a1
5 changed files with 1074 additions and 4 deletions
+1 -1
View File
@@ -1746,7 +1746,7 @@ ssize_t psock_recvfrom(FAR struct socket *psock, FAR void *buf, size_t len,
return ret;
errout:
errno = err;
set_errno(err);
return ERROR;
}