[or-cvs] r14072: Clean up an overwide line. (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Mon Mar 17 04:11:06 UTC 2008


Author: nickm
Date: 2008-03-17 00:11:05 -0400 (Mon, 17 Mar 2008)
New Revision: 14072

Modified:
   tor/trunk/
   tor/trunk/src/common/util.c
Log:
 r18878 at catbus:  nickm | 2008-03-17 00:11:02 -0400
 Clean up an overwide line.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r18878] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/util.c
===================================================================
--- tor/trunk/src/common/util.c	2008-03-17 04:08:04 UTC (rev 14071)
+++ tor/trunk/src/common/util.c	2008-03-17 04:11:05 UTC (rev 14072)
@@ -2936,7 +2936,8 @@
   memset(addr, 0, sizeof(tor_addr_t));
   memset(&target_addr, 0, sizeof(target_addr));
   my_addr_len = (socklen_t)sizeof(my_addr);
-  ((struct sockaddr_in*)&target_addr)->sin_port = 9;  /* the "discard" service port */
+  /* Use the "discard" service port */
+  ((struct sockaddr_in*)&target_addr)->sin_port = 9;
   /* Don't worry: no packets are sent. We just need to use a real address
    * on the actual internet. */
   if (family == AF_INET6) {



More information about the tor-commits mailing list