X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fuuid.c;h=39b1fe6ffbd22001c77628265629d7fe1faf6831;hp=1cb902708239e6e5532d1ab46ece44440550eb79;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hpb=a4db31342f22ac33831874bab420831b25d31d66 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"};