reword comment

This commit is contained in:
Denis Vlasenko 2007-04-04 17:49:47 +00:00
parent 2a47dea263
commit 1ca332b367

View File

@ -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);