|
@@ -919,12 +919,8 @@ we_use_microdescriptors_for_circuits(const or_options_t *options)
|
|
{
|
|
{
|
|
int ret = options->UseMicrodescriptors;
|
|
int ret = options->UseMicrodescriptors;
|
|
if (ret == -1) {
|
|
if (ret == -1) {
|
|
-
|
|
+
|
|
-
|
|
+ return 1;
|
|
- * not a server, and we're not autofetching everything. */
|
|
|
|
-
|
|
|
|
- * a partitioning issue here where bridges differ from clients. */
|
|
|
|
- ret = !server_mode(options) && !options->FetchUselessDescriptors;
|
|
|
|
}
|
|
}
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|