commit 3c490190163e227d37eb989b41df152e8500e059
parent c1092e9aab3aac5c26512872e80a53728bc0fdbc
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 19 Jul 2018 14:34:26 -0400
Merge branch 'maint-0.3.4'
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/app/config/config.c b/src/app/config/config.c
@@ -3545,12 +3545,14 @@ options_validate(or_options_t *old_options, or_options_t *options,
REJECT("Versioning authoritative dir servers must set "
"Recommended*Versions.");
+#ifdef HAVE_MODULE_DIRAUTH
char *t;
/* Call these functions to produce warnings only. */
t = format_recommended_version_list(options->RecommendedClientVersions, 1);
tor_free(t);
t = format_recommended_version_list(options->RecommendedServerVersions, 1);
tor_free(t);
+#endif
if (options->UseEntryGuards) {
log_info(LD_CONFIG, "Authoritative directory servers can't set "