From 147a0f31bd72cfd285f7a6e0867b490262469ccd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 13 Sep 2013 13:10:17 -0400 Subject: Fix a windows compilation warning from 4647 branch --- src/or/ntmain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or') 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; -- cgit v1.2.3-54-g00ecf