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
This commit is contained in:
Roger Dingledine
2006-07-18 03:06:55 +00:00
parent ac258d2cc8
commit e1f30a5f21
+1
View File
@@ -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();
}
}