projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a47dea
)
reword comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 4 Apr 2007 17:49:47 +0000
(17:49 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 4 Apr 2007 17:49:47 +0000
(17:49 -0000)
ipsvd/tcpudp.c
patch
|
blob
|
history
diff --git
a/ipsvd/tcpudp.c
b/ipsvd/tcpudp.c
index
66f44e9
..
d2e34e3
100644
(file)
--- a/
ipsvd/tcpudp.c
+++ b/
ipsvd/tcpudp.c
@@
-288,7
+288,7
@@
int tcpudpsvd_main(int argc, char **argv)
remote.len = sa_len;
conn = accept(sock, &remote.sa, &remote.len);
} else {
- /* In case
we won't be able to recover local below
.
+ /* 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_PEEK, &remote.sa, &local.sa, sa_len);