commit cb50131
Michael Forney
·
2016-04-30 08:12:19 +0000 UTC
parent 5c86e38
launch: Initialize child_pid to 0 rather than -1
1 files changed,
+1,
-1
+1,
-1
1@@ -51,7 +51,7 @@
2
3 #define ARRAY_LENGTH(array) (sizeof(array) / sizeof(array)[0])
4
5-pid_t child_pid = -1;
6+pid_t child_pid;
7
8 static struct {
9 int socket;