aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirvote.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-20 07:56:42 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-20 07:56:42 -0400
commit3e24bd5557e2769195f6ef0100e131cda9df0943 (patch)
treea3619b5a13726f58d88629e589393a935ed79d60 /src/feature/dirauth/dirvote.h
parent2f1f3b17021046bc3f1f461dbefe27f4aba02445 (diff)
parentd4a74021e5ab9dbaf3bb27c0a52e1fd7f8f792ab (diff)
downloadtor-3e24bd5557e2769195f6ef0100e131cda9df0943.tar.gz
tor-3e24bd5557e2769195f6ef0100e131cda9df0943.zip
Merge branch 'maint-0.4.3'
Diffstat (limited to 'src/feature/dirauth/dirvote.h')
-rw-r--r--src/feature/dirauth/dirvote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h
index f2dbee20e5..fa7b1da4ab 100644
--- a/src/feature/dirauth/dirvote.h
+++ b/src/feature/dirauth/dirvote.h
@@ -167,7 +167,7 @@ dirvote_add_signatures(const char *detached_signatures_body,
{
(void) detached_signatures_body;
(void) source;
- (void) msg_out;
+ *msg_out = "No directory authority support";
/* If the dirauth module is disabled, this should NEVER be called else we
* failed to safeguard the dirauth module. */
tor_assert_nonfatal_unreached();