aboutsummaryrefslogtreecommitdiff
path: root/ipsvd
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd')
-rw-r--r--ipsvd/Config.in2
-rw-r--r--ipsvd/tcpudp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in
index 8522ef9eb..0cb8c62de 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 8f6616fe0..729b7bca9 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);