mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Fix a windows compilation warning from 4647 branch
This commit is contained in:
parent
ccbf1cfacd
commit
147a0f31bd
@ -314,6 +314,7 @@ nt_service_main(void)
|
|||||||
case CMD_LIST_FINGERPRINT:
|
case CMD_LIST_FINGERPRINT:
|
||||||
case CMD_HASH_PASSWORD:
|
case CMD_HASH_PASSWORD:
|
||||||
case CMD_VERIFY_CONFIG:
|
case CMD_VERIFY_CONFIG:
|
||||||
|
case CMD_DUMP_CONFIG:
|
||||||
log_err(LD_CONFIG, "Unsupported command (--list-fingerprint, "
|
log_err(LD_CONFIG, "Unsupported command (--list-fingerprint, "
|
||||||
"--hash-password, or --verify-config) in NT service.");
|
"--hash-password, or --verify-config) in NT service.");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user