commit 147a0f31bd72cfd285f7a6e0867b490262469ccd Author: Nick Mathewson nickm@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;
tor-commits@lists.torproject.org