aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 0bea99b01..973838006 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -175,7 +175,7 @@ check ()
175 struct GNUNET_GETOPT_CommandLineOption options[] = { 175 struct GNUNET_GETOPT_CommandLineOption options[] = {
176 GNUNET_GETOPT_OPTION_END 176 GNUNET_GETOPT_OPTION_END
177 }; 177 };
178 pid = GNUNET_OS_start_process ("gnunet-service-peerinfo", 178 pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-peerinfo",
179 "gnunet-service-peerinfo", 179 "gnunet-service-peerinfo",
180#if DEBUG_PEERINFO 180#if DEBUG_PEERINFO
181 "-L", "DEBUG", 181 "-L", "DEBUG",