From 1c475eb018989f090c1423c25dc2f09380b10693 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Mon, 10 Mar 2014 22:52:07 +0000 Subject: Throw control port warning if we failed to connect to all our bridges. --- src/test/test_extorport.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test') 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; -- cgit v1.2.3-54-g00ecf