From: Roger Dingledine Date: Fri, 1 Oct 2010 18:11:08 +0000 (-0400) Subject: fix comment X-Git-Tag: tor-0.2.2.18-alpha~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5;p=thirdparty%2Ftor.git fix comment --- diff --git a/src/or/router.c b/src/or/router.c index 56d88262d6..8b3a1849ac 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;