diff options
author | Roger Dingledine <arma@torproject.org> | 2010-10-01 14:11:08 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-10-01 14:11:08 -0400 |
commit | 734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5 (patch) | |
tree | 7df6e1470ecbf8defc56875dbd232b6998ee83e0 /src/or | |
parent | 6cb5383e564f37e681df922ffddc1894bf8b35fa (diff) | |
download | tor-734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5.tar tor-734ba2f93728af85d1a7d1e0ef7d7c4ae82783a5.tar.gz |
fix comment
Diffstat (limited to 'src/or')
-rw-r--r-- | 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 56d88262d..8b3a1849a 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; |