From: Nick Mathewson Date: Fri, 13 Sep 2013 17:10:17 +0000 (-0400) Subject: Fix a windows compilation warning from 4647 branch X-Git-Tag: tor-0.2.5.1-alpha~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=147a0f31bd72cfd285f7a6e0867b490262469ccd;p=thirdparty%2Ftor.git Fix a windows compilation warning from 4647 branch --- diff --git a/src/or/ntmain.c b/src/or/ntmain.c index 2fa074d0be..e848314043 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;