[or-cvs] r14428: what, we went from v4 to v6? (tor/trunk/src/or)

arma at seul.org arma at seul.org
Wed Apr 23 18:37:24 UTC 2008


Author: arma
Date: 2008-04-23 14:37:24 -0400 (Wed, 23 Apr 2008)
New Revision: 14428

Modified:
   tor/trunk/src/or/connection.c
Log:
what, we went from v4 to v6?


Modified: tor/trunk/src/or/connection.c
===================================================================
--- tor/trunk/src/or/connection.c	2008-04-23 17:36:46 UTC (rev 14427)
+++ tor/trunk/src/or/connection.c	2008-04-23 18:37:24 UTC (rev 14428)
@@ -2636,7 +2636,7 @@
   } else {
     /* The interface changed.  We're a client, so we need to regenerate our
      * keys.  First, reset the state. */
-    log(LOG_NOTICE, LD_NET, "Our IP has changed.  Rotating keys...");
+    log(LOG_NOTICE, LD_NET, "Our IP address has changed.  Rotating keys...");
     last_interface_ip = iface_ip;
     SMARTLIST_FOREACH(outgoing_addrs, void*, ip_ptr, tor_free(ip_ptr));
     smartlist_clear(outgoing_addrs);



More information about the tor-commits mailing list