diff options
| author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-04 17:49:47 +0000 |
|---|---|---|
| committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-04 17:49:47 +0000 |
| commit | ee39f4bc83d30d797cf5dbc01aa8099277bcfccf (patch) | |
| tree | 6f04be142f8e818b2622261e35a989e7c316f222 | |
| parent | e7afc91560feabfaf16db9bc5e30661cd6ecf0c0 (diff) | |
| download | busybox-w32-ee39f4bc83d30d797cf5dbc01aa8099277bcfccf.tar.gz busybox-w32-ee39f4bc83d30d797cf5dbc01aa8099277bcfccf.tar.bz2 busybox-w32-ee39f4bc83d30d797cf5dbc01aa8099277bcfccf.zip | |
reword comment
git-svn-id: svn://busybox.net/trunk/busybox@18323 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 66f44e9a6..d2e34e3e8 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
| @@ -288,7 +288,7 @@ int tcpudpsvd_main(int argc, char **argv) | |||
| 288 | remote.len = sa_len; | 288 | remote.len = sa_len; |
| 289 | conn = accept(sock, &remote.sa, &remote.len); | 289 | conn = accept(sock, &remote.sa, &remote.len); |
| 290 | } else { | 290 | } else { |
| 291 | /* In case we won't be able to recover local below. | 291 | /* In case recv_from_to won't be able to recover local addr. |
| 292 | * Also sets port - recv_from_to is unable to do it. */ | 292 | * Also sets port - recv_from_to is unable to do it. */ |
| 293 | local = *lsa; | 293 | local = *lsa; |
| 294 | conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len); | 294 | conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len); |
