aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-11 11:04:47 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-11 11:04:47 -0400
commitcce06b649edc51c67bba00c23d0b2b27ad2b892f (patch)
treeccce2a9a4d85da3bbd895c1e3ce2b30cccb44520 /src/test
parentb8ceb464e5949b07ba9bd007002a49f3ab9c600b (diff)
parent1c475eb018989f090c1423c25dc2f09380b10693 (diff)
downloadtor-cce06b649edc51c67bba00c23d0b2b27ad2b892f.tar
tor-cce06b649edc51c67bba00c23d0b2b27ad2b892f.tar.gz
Merge remote-tracking branch 'asn/bug11069_take2'
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_extorport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test_extorport.c b/src/test/test_extorport.c
index 7e38ba57d..b34f5e38d 100644
--- a/src/test/test_extorport.c
+++ b/src/test/test_extorport.c
@@ -363,10 +363,12 @@ test_ext_or_cookie_auth_testvec(void *arg)
}
static void
-ignore_bootstrap_problem(const char *warn, int reason)
+ignore_bootstrap_problem(const char *warn, int reason,
+ const or_connection_t *conn)
{
(void)warn;
(void)reason;
+ (void)conn;
}
static int is_reading = 1;