Sfoglia il codice sorgente

ug. test, _then_ commit, nick.

Nick Mathewson 9 anni fa
parent
commit
4247ce99e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/or/main.c

+ 1 - 1
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;