diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 33383a4c5..d981251c3 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -755,7 +755,7 @@ static int do_hup(void) { log_fn(LOG_ERR,"Reading config failed--see warnings above. For usage, try -h."); return -1; } - options = get_options(); + options = get_options(); /* they have changed now */ if (authdir_mode(options)) { /* reload the approved-routers file */ tor_snprintf(keydir,sizeof(keydir),"%s/approved-routers", options->DataDirectory); |