X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fexec.c;h=b145e81320b387b4d98c9f6938f197295815468a;hb=b9b5e5d573d0011c4f3276e9b84b73ba4dd2e870;hp=36f2d4da19021eae2a63d9684058422881a9d888;hpb=8e5e2e927f9cf051ef210473b1b48ff62d81f585;p=collectd.git diff --git a/src/exec.c b/src/exec.c index 36f2d4da..b145e813 100644 --- a/src/exec.c +++ b/src/exec.c @@ -80,7 +80,7 @@ typedef struct program_list_and_notification_s { /* * Private variables */ -static program_list_t *pl_head = NULL; +static program_list_t *pl_head; static pthread_mutex_t pl_lock = PTHREAD_MUTEX_INITIALIZER; /*