Explorar el Código

ug. test, _then_ commit, nick.

Nick Mathewson hace 9 años
padre
commit
4247ce99e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;