From 680ce65aab62625245c428c9ecb44cbbe9b53c62 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 9 Apr 2004 17:54:20 +0000 Subject: [PATCH] Make comment more sensible. Still uncertain about when to call rend_services_init, though. svn:r1580 --- trunk/src/or/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/src/or/main.c b/trunk/src/or/main.c index 88814eed95..32486bc95f 100644 --- a/trunk/src/or/main.c +++ b/trunk/src/or/main.c @@ -534,7 +534,8 @@ static int do_hup(void) { log_fn(LOG_ERR,"Error reloading rendezvous service keys"); exit(1); } - /* XXX also call rend_services_init ?? */ + /* We'll re-call rend_services_init after the new directory arrives. + * XXXX but what if we're the the directory? */ if(retry_all_connections() < 0) { log_fn(LOG_ERR,"Failed to bind one of the listener ports."); return -1;