aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2017-04-21 20:17:27 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-24 09:20:59 -0400
commit7bc636fdc937c5cd050cb243e5bebb8a52c1c144 (patch)
treecf5f3912ec5e8bdd363d64aacd3c2fd9f3b601ed /src/or/control.c
parent8b89faf424e662d09bec57c96e923773438e737e (diff)
downloadtor-7bc636fdc937c5cd050cb243e5bebb8a52c1c144.tar.gz
tor-7bc636fdc937c5cd050cb243e5bebb8a52c1c144.zip
Add regression test for #22304
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 8e86005b83..56f1329029 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1873,7 +1873,7 @@ getinfo_helper_listeners(control_connection_t *control_conn,
/** Implementation helper for GETINFO: knows the answers for questions about
* directory information. */
-static int
+STATIC int
getinfo_helper_dir(control_connection_t *control_conn,
const char *question, char **answer,
const char **errmsg)