diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-14 12:14:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 12:14:32 -0400 |
commit | 4247ce99e5d9b7b2063df66cc808fac1f09fb799 (patch) | |
tree | 0010d5201081f54ee76f29d085b9a91ce02080e5 | |
parent | f70f1d283e4fb46882f9a72810af09c11cd626b4 (diff) | |
download | tor-4247ce99e5d9b7b2063df66cc808fac1f09fb799.tar.gz tor-4247ce99e5d9b7b2063df66cc808fac1f09fb799.zip |
ug. test, _then_ commit, nick.
-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 49c1b667ac..e691c53b19 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3085,7 +3085,7 @@ tor_main(int argc, char *argv[]) result = 0; break; case CMD_VERIFY_CONFIG: - if (get_options()->quiet_level) + if (quiet_level == 0) printf("Configuration was valid\n"); result = 0; break; |