aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-07 09:11:38 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-07 09:11:38 +0000
commit41b809d2aa98bb4381452a926cc489d25553f57e (patch)
tree31158d9368425096d44e5057668286b925c92e02 /src/or/main.c
parentd9f86e278221930fe1faa9754eafbdf52012eedb (diff)
downloadtor-41b809d2aa98bb4381452a926cc489d25553f57e.tar.gz
tor-41b809d2aa98bb4381452a926cc489d25553f57e.zip
salvage another 300 bytes per hup
svn:r3106
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 33383a4c5a..d981251c3c 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);