what, we went from v4 to v6?

svn:r14428
This commit is contained in:
Roger Dingledine 2008-04-23 18:37:24 +00:00
parent a1366be7ee
commit 5dc8062afa

View File

@ -2636,7 +2636,7 @@ client_check_address_changed(int sock)
} 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);