From e1f30a5f2171540854a382983a9a076d478604fb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 18 Jul 2006 03:06:55 +0000 Subject: when we find our dirport to be reachable, mark our descriptor dirty so we'll tell the world. (fixes bug 306 reported by pnx) svn:r6787 --- src/or/router.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or') diff --git a/src/or/router.c b/src/or/router.c index 160f661ba..3ae6d1a24 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -479,6 +479,7 @@ router_dirport_found_reachable(void) log_notice(LD_DIRSERV,"Self-testing indicates your DirPort is reachable " "from the outside. Excellent."); can_reach_dir_port = 1; + mark_my_descriptor_dirty(); } } -- cgit v1.2.3