mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
commit sebastian's patch to not require contactinfo when testingtornetwork
is set svn:r19257
This commit is contained in:
parent
d50501e5ed
commit
c4145e5390
@ -3039,7 +3039,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
}
|
||||
|
||||
if (options->AuthoritativeDir) {
|
||||
if (!options->ContactInfo)
|
||||
if (!options->ContactInfo && !options->TestingTorNetwork)
|
||||
REJECT("Authoritative directory servers must set ContactInfo");
|
||||
if (options->V1AuthoritativeDir && !options->RecommendedVersions)
|
||||
REJECT("V1 auth dir servers must set RecommendedVersions.");
|
||||
|
Loading…
Reference in New Issue
Block a user