[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] dirauth: Add a macro comment to have_module_dirauth()



commit 475dffee424610593e9433b78a1fbb5bbabe69a4
Author: teor <teor@xxxxxxxxxxxxxx>
Date:   Sun Oct 20 18:01:52 2019 +1000

    dirauth: Add a macro comment to have_module_dirauth()
---
 src/feature/dirauth/authmode.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/feature/dirauth/authmode.h b/src/feature/dirauth/authmode.h
index bfd5f4dc0..11bc40d8d 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) */



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits