This commit is contained in:
Nick Mathewson 2013-07-18 23:08:36 -04:00
parent 0b9c515870
commit 5977435629
1 changed files with 1 additions and 0 deletions

View File

@ -4691,6 +4691,7 @@ options_init_from_torrc(int argc, char **argv)
}
if (command == CMD_HASH_PASSWORD) {
cf_defaults = tor_strdup("");
cf = tor_strdup("");
} else {
cf_defaults = load_torrc_from_disk(argc, argv, 1);