From f5ff8575d4e1b1d2b8b0a5a51ab2737e3c2a5eea Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Oct 2015 22:30:41 +0000 Subject: [PATCH] -fix ftbfs --- src/ats/test_ats_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ats/test_ats_lib.c b/src/ats/test_ats_lib.c index e191588bb..e9706b834 100644 --- a/src/ats/test_ats_lib.c +++ b/src/ats/test_ats_lib.c @@ -718,7 +718,8 @@ interpreter (void *cls, &pid); cmd->details.request_connection_start.csh = GNUNET_ATS_connectivity_suggest (con_ats, - &pid); + &pid, + 1); off++; break; } -- 2.25.1