diff options
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 8f6616fe0..729b7bca9 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -322,7 +322,7 @@ int tcpudpsvd_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
322 | /* In case recv_from_to won't be able to recover local addr. | 322 | /* In case recv_from_to won't be able to recover local addr. |
323 | * Also sets port - recv_from_to is unable to do it. */ | 323 | * Also sets port - recv_from_to is unable to do it. */ |
324 | local = *lsa; | 324 | local = *lsa; |
325 | conn = recv_from_to(sock, NULL, 0, MSG_DONTWAIT | MSG_PEEK, | 325 | conn = recv_from_to(sock, NULL, 0, MSG_PEEK, |
326 | &remote.u.sa, &local.u.sa, sa_len); | 326 | &remote.u.sa, &local.u.sa, sa_len); |
327 | } | 327 | } |
328 | sig_block(SIGCHLD); | 328 | sig_block(SIGCHLD); |