]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix comment
authorRoger Dingledine <arma@torproject.org>
Fri, 1 Oct 2010 18:11:08 +0000 (14:11 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 1 Oct 2010 18:11:08 +0000 (14:11 -0400)
src/or/router.c

index 56d88262d6c3d036667d1f05ec498e829c065bd2..8b3a1849ac09fb77763b171de027558e25808a30 100644 (file)
@@ -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;