소스 검색

ug. test, _then_ commit, nick.

Nick Mathewson 9 년 전
부모
커밋
4247ce99e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;