diff options
author | teor <teor@torproject.org> | 2019-10-20 18:01:52 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-20 20:26:12 +1000 |
commit | 475dffee424610593e9433b78a1fbb5bbabe69a4 (patch) | |
tree | 7f40f83b66a8a4fd85c9bf1c50bf86a2abb8704f /src/feature | |
parent | b1f71eeed66e2c3f352a6f7f61884c088281fab6 (diff) | |
download | tor-475dffee424610593e9433b78a1fbb5bbabe69a4.tar.gz tor-475dffee424610593e9433b78a1fbb5bbabe69a4.zip |
dirauth: Add a macro comment to have_module_dirauth()
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/dirauth/authmode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dirauth/authmode.h b/src/feature/dirauth/authmode.h index bfd5f4dc04..11bc40d8d1 100644 --- a/src/feature/dirauth/authmode.h +++ b/src/feature/dirauth/authmode.h @@ -27,6 +27,7 @@ authdir_mode_v3(const or_options_t *options) return authdir_mode(options) && options->V3AuthoritativeDir != 0; } +/* Is the dirauth module enabled? */ #define have_module_dirauth() (1) #else /* !defined(HAVE_MODULE_DIRAUTH) */ |