Browse Source

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

Roger Dingledine 19 years ago
parent
commit
e1f30a5f21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/router.c

+ 1 - 0
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();
   }
 }