diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-11 11:04:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-11 11:04:47 -0400 |
commit | cce06b649edc51c67bba00c23d0b2b27ad2b892f (patch) | |
tree | ccce2a9a4d85da3bbd895c1e3ce2b30cccb44520 /src/test | |
parent | b8ceb464e5949b07ba9bd007002a49f3ab9c600b (diff) | |
parent | 1c475eb018989f090c1423c25dc2f09380b10693 (diff) | |
download | tor-cce06b649edc51c67bba00c23d0b2b27ad2b892f.tar.gz tor-cce06b649edc51c67bba00c23d0b2b27ad2b892f.zip |
Merge remote-tracking branch 'asn/bug11069_take2'
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_extorport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test_extorport.c b/src/test/test_extorport.c index 7e38ba57dc..b34f5e38de 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; |