X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_rrdcreate.c;h=ce7838d540f3c1eb3d2ba4ee657afd38ca4d55a1;hb=a3bafd5a952b5cfacacb03f9fb2ac5988d1e39fb;hp=ef126012e5854be2e3dd293419a65680e1866965;hpb=ab9211b7c751c7811f5eeb13384525cb5ed22762;p=collectd.git 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; /*