diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/Config.in | 2 | ||||
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in index 8522ef9..0cb8c62 100644 --- a/ipsvd/Config.in +++ b/ipsvd/Config.in @@ -3,7 +3,7 @@ # see scripts/kbuild/config-language.txt. # -menu "ipsvd utilities" +menu "ipsvd Utilities" config TCPSVD bool "tcpsvd" diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 8f6616f..729b7bc 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -322,7 +322,7 @@ int tcpudpsvd_main(int argc ATTRIBUTE_UNUSED, char **argv) /* In case recv_from_to won't be able to recover local addr. * Also sets port - recv_from_to is unable to do it. */ local = *lsa; - conn = recv_from_to(sock, NULL, 0, MSG_DONTWAIT | MSG_PEEK, + conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.u.sa, &local.u.sa, sa_len); } sig_block(SIGCHLD); |