]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a windows compilation warning from 4647 branch
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Sep 2013 17:10:17 +0000 (13:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Sep 2013 17:10:17 +0000 (13:10 -0400)
src/or/ntmain.c

index 2fa074d0be53ed3e868f7cbe96f2906984b25f0d..e848314043decc7b9d7b92600d4244227a8264ea 100644 (file)
@@ -314,6 +314,7 @@ nt_service_main(void)
       case CMD_LIST_FINGERPRINT:
       case CMD_HASH_PASSWORD:
       case CMD_VERIFY_CONFIG:
+      case CMD_DUMP_CONFIG:
         log_err(LD_CONFIG, "Unsupported command (--list-fingerprint, "
                 "--hash-password, or --verify-config) in NT service.");
         break;