mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
reword comment
This commit is contained in:
parent
2a47dea263
commit
1ca332b367
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue