make clang static analysis happy
[oweals/gnunet.git] / src / fs / test_fs_start_stop.c
index a6f9029624ce9b5a93a3d800b43f33a519298dbb..e11684b70b8fdb03dbf78faad112ce0357f0bcca 100644 (file)
@@ -57,7 +57,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
 {
   p->cfg = GNUNET_CONFIGURATION_create ();
 #if START_ARM
-  p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm",
+  p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
                                         "gnunet-service-arm",
 #if VERBOSE
                                         "-L", "DEBUG",