X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcmd.c;h=09aee6abb16268c3021cb72d2d2979a99e105f0b;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hp=49f9272cc09e3a3da39c14e7f083375dd7372998;hpb=7045c4b543304ffabaa30a2ca9183489e75eafe3;p=collectd.git 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 */