]> arthur.barton.de Git - netatalk.git/blobdiff - etc/netatalk/netatalk.c
Fixes
[netatalk.git] / etc / netatalk / netatalk.c
index 6a9f4e50c953306c446d32f262b7d2e6a158a66d..1728f43256a5d22eb0d6fc8ba4ff806448b36804 100644 (file)
@@ -158,6 +158,7 @@ static pid_t run_process(const char *path, ...)
         LOG(log_error, logtype_cnid, "Fatal error in exec: %s", strerror(errno));
         exit(1);
     }
+    return pid;
 }
 
 static void usage(void)