[or-cvs] [tor/maint-0.2.2] fix comment

arma at torproject.org arma at torproject.org
Fri Oct 1 18:11:36 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Fri, 1 Oct 2010 14:11:08 -0400
Subject: fix comment
Commit: 734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5

---
 src/or/router.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/router.c b/src/or/router.c
index 56d8826..8b3a184 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1294,7 +1294,7 @@ router_rebuild_descriptor(int force)
 
   if (router_pick_published_address(options, &addr) < 0) {
     /* Stop trying to rebuild our descriptor every second. We'll
-     * learn that it's time to try again when server_has_changed_ip()
+     * learn that it's time to try again when ip_address_changed()
      * marks it dirty. */
     desc_clean_since = time(NULL);
     return -1;
-- 
1.7.1



More information about the tor-commits mailing list