aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 3ab1ddbd9..b30808a96 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -416,6 +416,7 @@ void router_orport_found_reachable(void) {
if (!clique_mode(get_options()))
log_fn(LOG_NOTICE,"Your ORPort is reachable from the outside. Excellent. Publishing server descriptor.");
can_reach_or_port = 1;
+ consider_publishable_server(time(NULL), 1);
}
}