X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexec.c;fp=src%2Fexec.c;h=b145e81320b387b4d98c9f6938f197295815468a;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=36f2d4da19021eae2a63d9684058422881a9d888;hpb=6c170c99262c1d9678943122428f6d9f1353aaf6;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; /*