summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 07a0d30158..b80ac9cd7e 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -472,6 +472,7 @@ static int do_hup(void) {
char keydir[512];
log_fn(LOG_WARN,"Received sighup. Reloading config.");
+ has_completed_circuit=0;
/* first, reload config variables, in case they've changed */
/* no need to provide argc/v, they've been cached inside init_from_config */
if (init_from_config(0, NULL) < 0) {