aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 14:25:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 14:25:05 +0000
commit18531533608c6fed49b1c81bcb4558ac4c8aa942 (patch)
tree41051a7c46debfd4ee0c33d51dc7f4ec20dd739b /src/peerinfo
parentf74eb743c300f11a539f52861aedc4f48fb7e745 (diff)
downloadgnunet-18531533608c6fed49b1c81bcb4558ac4c8aa942.tar.gz
gnunet-18531533608c6fed49b1c81bcb4558ac4c8aa942.zip
fix
Diffstat (limited to 'src/peerinfo')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c
index fe1851a7f..1de0f4615 100755
--- a/src/peerinfo/perf_peerinfo_api.c
+++ b/src/peerinfo/perf_peerinfo_api.c
@@ -177,6 +177,7 @@ check ()
177#endif 177#endif
178 "-c", "test_peerinfo_api_data.conf", NULL); 178 "-c", "test_peerinfo_api_data.conf", NULL);
179#endif 179#endif
180 GNUNET_assert (NULL != proc);
180 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 181 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
181 argv, "perf-peerinfo-api", "nohelp", 182 argv, "perf-peerinfo-api", "nohelp",
182 options, &run, &ok); 183 options, &run, &ok);