|
@@ -760,7 +760,10 @@ authdir_mode_publishes_statuses(or_options_t *options)
|
|
int
|
|
int
|
|
authdir_mode_tests_reachability(or_options_t *options)
|
|
authdir_mode_tests_reachability(or_options_t *options)
|
|
{
|
|
{
|
|
- return authdir_mode_v1(options) || authdir_mode_v2(options);
|
|
|
|
|
|
+ return authdir_mode(options) &&
|
|
|
|
+ (options->V1AuthoritativeDir ||
|
|
|
|
+ options->V2AuthoritativeDir ||
|
|
|
|
+ options->V3AuthoritativeDir);
|
|
}
|
|
}
|
|
/** Return true iff we believe ourselves to be a bridge authoritative
|
|
/** Return true iff we believe ourselves to be a bridge authoritative
|
|
* directory server.
|
|
* directory server.
|