X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fcmd.c;h=09aee6abb16268c3021cb72d2d2979a99e105f0b;hp=49f9272cc09e3a3da39c14e7f083375dd7372998;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=839dbf244f96d08c02d18e1fc64264b1740e6fc6 diff --git a/src/daemon/cmd.c b/src/daemon/cmd.c index 49f9272c..09aee6ab 100644 --- a/src/daemon/cmd.c +++ b/src/daemon/cmd.c @@ -182,7 +182,7 @@ int main(int argc, char **argv) { #ifdef KERNEL_LINUX && notify_upstart() == 0 && notify_systemd() == 0 #endif - ) { + ) { pid_t pid; if ((pid = fork()) == -1) { /* error */