[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/release-0.2.2 053/162] fix comment
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
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