X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Firq.c;h=aa6ac04b0ba229bd4108e439501aaf29c0f8c1ab;hp=f8cf37cab60938684027e2ac5400ffd028a2c7f1;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=22813e1a6a3d059efc67975893df985052661a7a diff --git a/src/irq.c b/src/irq.c index f8cf37ca..aa6ac04b 100644 --- a/src/irq.c +++ b/src/irq.c @@ -37,7 +37,7 @@ static const char *config_keys[] = {"Irq", "IgnoreSelected"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static ignorelist_t *ignorelist = NULL; +static ignorelist_t *ignorelist; /* * Private functions