aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 14:49:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 14:49:23 +0000
commitaba9e4cbbaf2e2b36f7bb08aada9ba5b540a6c1c (patch)
treea51f97e8dd15ac2aefc797eb6fc9af676ae14a7c /src/conversation/test_conversation_api.c
parent437a8ac3b0f835c2035575331c1c9272ed93ae43 (diff)
downloadgnunet-aba9e4cbbaf2e2b36f7bb08aada9ba5b540a6c1c.tar.gz
gnunet-aba9e4cbbaf2e2b36f7bb08aada9ba5b540a6c1c.zip
-fix warning
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index 7860eb794..e9f829f24 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -50,8 +50,8 @@ check ()
50 char *path = GNUNET_OS_get_libexec_binary_path ( "gnunet-service-conversation"); 50 char *path = GNUNET_OS_get_libexec_binary_path ( "gnunet-service-conversation");
51 if (NULL == path) 51 if (NULL == path)
52 { 52 {
53 fprintf (stderr, "Service executable not found `%s'\n", "gnunet-service-conversation"); 53 fprintf (stderr, "Service executable not found `%s'\n", "gnunet-service-conversation");
54 return; 54 return 0;
55 } 55 }
56 proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, 56 proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL,
57 path, 57 path,