[tor-commits] [tor/master] ug. test, _then_ commit, nick.

nickm at torproject.org nickm at torproject.org
Sat Mar 14 16:14:36 UTC 2015


commit 4247ce99e5d9b7b2063df66cc808fac1f09fb799
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Mar 14 12:14:32 2015 -0400

    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 49c1b66..e691c53 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;



More information about the tor-commits mailing list