X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectdmon.c;h=6c198895b964693fc5e8650826338d81b95c929e;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=9040f8d9d2bd7c737e798b674525e0e48f11983e;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/collectdmon.c b/src/collectdmon.c index 9040f8d9..6c198895 100644 --- a/src/collectdmon.c +++ b/src/collectdmon.c @@ -74,7 +74,7 @@ static int loop = 0; static int restart = 0; -static const char *pidfile = NULL; +static const char *pidfile; static pid_t collectd_pid = 0; __attribute__((noreturn)) static void exit_usage(const char *name) { @@ -386,5 +386,3 @@ int main(int argc, char **argv) { free(collectd_argv); return 0; } /* main */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */