X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fuuid.c;h=39b1fe6ffbd22001c77628265629d7fe1faf6831;hb=a0412f28fc15eb04a9a630678a97b6bce2d71fb1;hp=1cb902708239e6e5532d1ab46ece44440550eb79;hpb=182556dd5a43942797591f0f49ac6f488c07010d;p=collectd.git diff --git a/src/uuid.c b/src/uuid.c index 1cb90270..39b1fe6f 100644 --- a/src/uuid.c +++ b/src/uuid.c @@ -37,7 +37,7 @@ #define UUID_PRINTABLE_COMPACT_LENGTH (UUID_RAW_LENGTH * 2) #define UUID_PRINTABLE_NORMAL_LENGTH (UUID_PRINTABLE_COMPACT_LENGTH + 4) -static char *uuidfile = NULL; +static char *uuidfile; static const char *config_keys[] = {"UUIDFile"};