mirror of
https://github.com/sheumann/hush.git
synced 2024-12-30 20:29:21 +00:00
reword comment
This commit is contained in:
parent
2a47dea263
commit
1ca332b367
@ -288,7 +288,7 @@ int tcpudpsvd_main(int argc, char **argv)
|
|||||||
remote.len = sa_len;
|
remote.len = sa_len;
|
||||||
conn = accept(sock, &remote.sa, &remote.len);
|
conn = accept(sock, &remote.sa, &remote.len);
|
||||||
} else {
|
} 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. */
|
* Also sets port - recv_from_to is unable to do it. */
|
||||||
local = *lsa;
|
local = *lsa;
|
||||||
conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);
|
conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);
|
||||||
|
Loading…
Reference in New Issue
Block a user