X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_rrdcreate.c;h=ce7838d540f3c1eb3d2ba4ee657afd38ca4d55a1;hp=ef126012e5854be2e3dd293419a65680e1866965;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=5a32acd88719481cc22aaecd36f3cbc11f3a3489 diff --git a/src/utils_rrdcreate.c b/src/utils_rrdcreate.c index ef126012..ce7838d5 100644 --- a/src/utils_rrdcreate.c +++ b/src/utils_rrdcreate.c @@ -61,7 +61,7 @@ static int rra_types_num = STATIC_ARRAY_SIZE(rra_types); static pthread_mutex_t librrd_lock = PTHREAD_MUTEX_INITIALIZER; #endif -static async_create_file_t *async_creation_list = NULL; +static async_create_file_t *async_creation_list; static pthread_mutex_t async_creation_lock = PTHREAD_MUTEX_INITIALIZER; /*