Fix an unchecked-case warning on windows

This commit is contained in:
Nick Mathewson 2015-06-17 11:31:53 -04:00
parent be32777aa5
commit d3b4214c6e
1 changed files with 3 additions and 1 deletions

View File

@ -315,8 +315,10 @@ nt_service_main(void)
case CMD_HASH_PASSWORD:
case CMD_VERIFY_CONFIG:
case CMD_DUMP_CONFIG:
case CMD_KEYGEN:
log_err(LD_CONFIG, "Unsupported command (--list-fingerprint, "
"--hash-password, or --verify-config) in NT service.");
"--hash-password, --keygen, --dump-config, or --verify-config) "
"in NT service.");
break;
case CMD_RUN_UNITTESTS:
default: