mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a wide line
This commit is contained in:
+2
-2
@@ -3182,8 +3182,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
(options->AlternateDirAuthority &&
|
||||
options->AlternateBridgeAuthority))) {
|
||||
REJECT("TestingTorNetwork may only be configured in combination with "
|
||||
"a non-default set of DirAuthority or both of AlternateDirAuthority "
|
||||
"and AlternateBridgeAuthority configured.");
|
||||
"a non-default set of DirAuthority or both of "
|
||||
"AlternateDirAuthority and AlternateBridgeAuthority configured.");
|
||||
}
|
||||
|
||||
if (options->AllowSingleHopExits && !options->DirAuthorities) {
|
||||
|
||||
Reference in New Issue
Block a user