svn commit: trunk/busybox/ipsvd

vda at busybox.net vda at busybox.net
Wed Apr 4 17:49:49 UTC 2007


Author: vda
Date: 2007-04-04 10:49:47 -0700 (Wed, 04 Apr 2007)
New Revision: 18323

Log:
reword comment


Modified:
   trunk/busybox/ipsvd/tcpudp.c


Changeset:
Modified: trunk/busybox/ipsvd/tcpudp.c
===================================================================
--- trunk/busybox/ipsvd/tcpudp.c	2007-04-04 14:01:23 UTC (rev 18322)
+++ trunk/busybox/ipsvd/tcpudp.c	2007-04-04 17:49:47 UTC (rev 18323)
@@ -288,7 +288,7 @@
 		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);




More information about the busybox-cvs mailing list