diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-12-21 14:25:05 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-12-21 14:25:05 +0000 |
commit | d5cf9adddaa9b16aa6e163b2437d4f25e68a5259 (patch) | |
tree | 41051a7c46debfd4ee0c33d51dc7f4ec20dd739b /src/peerinfo | |
parent | 4fcf209be59ba5b0cce2551254533fa1ab98d27e (diff) |
fix
git-svn-id: https://gnunet.org/svn/gnunet@13985 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/peerinfo')
-rwxr-xr-x | src/peerinfo/perf_peerinfo_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c index fe1851a7ff..1de0f46151 100755 --- a/src/peerinfo/perf_peerinfo_api.c +++ b/src/peerinfo/perf_peerinfo_api.c @@ -177,6 +177,7 @@ check () #endif "-c", "test_peerinfo_api_data.conf", NULL); #endif + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "perf-peerinfo-api", "nohelp", options, &run, &ok); |