Merge branch 'credentials' of git+ssh://gnunet.org/gnunet into credentials
[oweals/gnunet.git] / src / testbed / gnunet_mpi_test.c
index fded9e2c28ff7c152345529fe1bfea2386763ea6..7fe7a75d76fc9104e077cadf5c9938a0332ae4e1 100644 (file)
@@ -70,7 +70,7 @@ main (int argc, char *argv[])
     argv2[cnt - 1] = argv[cnt];
   proc =
       GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL,
-                                   NULL, argv2[0], argv2);
+                                   NULL, NULL, argv2[0], argv2);
   if (NULL == proc)
   {
     printf ("Cannot exec\n");