X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fexec.c;h=b145e81320b387b4d98c9f6938f197295815468a;hp=36f2d4da19021eae2a63d9684058422881a9d888;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=ca6d2f62d82ba4d07d6f266e3abbe1c0230d2f5a 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; /*