summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-14 12:14:32 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-14 12:14:32 -0400
commit4247ce99e5d9b7b2063df66cc808fac1f09fb799 (patch)
tree0010d5201081f54ee76f29d085b9a91ce02080e5
parentf70f1d283e4fb46882f9a72810af09c11cd626b4 (diff)
downloadtor-4247ce99e5d9b7b2063df66cc808fac1f09fb799.tar.gz
tor-4247ce99e5d9b7b2063df66cc808fac1f09fb799.zip
ug. test, _then_ commit, nick.
-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 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;