[tor-commits] [tor/master] Fix a windows compilation warning from 4647 branch

nickm at torproject.org nickm at torproject.org
Fri Sep 13 17:10:23 UTC 2013


commit 147a0f31bd72cfd285f7a6e0867b490262469ccd
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Sep 13 13:10:17 2013 -0400

    Fix a windows compilation warning from 4647 branch
---
 src/or/ntmain.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/ntmain.c b/src/or/ntmain.c
index 2fa074d..e848314 100644
--- a/src/or/ntmain.c
+++ b/src/or/ntmain.c
@@ -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;



More information about the tor-commits mailing list