From 4247ce99e5d9b7b2063df66cc808fac1f09fb799 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 14 Mar 2015 12:14:32 -0400 Subject: [PATCH] ug. test, _then_ commit, nick. --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/main.c b/src/or/main.c index 49c1b667a..e691c53b1 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;