mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
make tor --verify-config closer to working
svn:r6137
This commit is contained in:
parent
a4da44c2b9
commit
98476c71d2
@ -851,7 +851,8 @@ config_get_commandlines(int argc, char **argv, config_line_t **result)
|
||||
!strcmp(argv[i],"--hash-password")) {
|
||||
i += 2; /* command-line option with argument. ignore them. */
|
||||
continue;
|
||||
} else if (!strcmp(argv[i],"--list-fingerprint")) {
|
||||
} else if (!strcmp(argv[i],"--list-fingerprint") ||
|
||||
!strcmp(argv[i],"--verify-config")) {
|
||||
i += 1; /* command-line option. ignore it. */
|
||||
continue;
|
||||
} else if (!strcmp(argv[i],"--nt-service")) {
|
||||
|
Loading…
Reference in New Issue
Block a user