aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-29 22:30:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-29 22:30:41 +0000
commitf5ff8575d4e1b1d2b8b0a5a51ab2737e3c2a5eea (patch)
tree1b449585666c7c80d99c365f74fcfb137eb9e808
parent26e8eee69350d1d0159bbf0b29a1a5a82be744a6 (diff)
downloadgnunet-f5ff8575d4e1b1d2b8b0a5a51ab2737e3c2a5eea.tar.gz
gnunet-f5ff8575d4e1b1d2b8b0a5a51ab2737e3c2a5eea.zip
-fix ftbfs
-rw-r--r--src/ats/test_ats_lib.c3
1 files changed, 2 insertions, 1 deletions
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,
718 &pid); 718 &pid);
719 cmd->details.request_connection_start.csh 719 cmd->details.request_connection_start.csh
720 = GNUNET_ATS_connectivity_suggest (con_ats, 720 = GNUNET_ATS_connectivity_suggest (con_ats,
721 &pid); 721 &pid,
722 1);
722 off++; 723 off++;
723 break; 724 break;
724 } 725 }