X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fhddtemp.c;h=80daf15b7ef8e491f515dc166c6c9b22eceab2a3;hb=7f07c55bac640c7a50d516248a3152235a14af59;hp=36c41289b54471be6bc13b38ddf0b4613d1e2872;hpb=109aa67e9a982321af6547b92b5b2b6c8ae2c244;p=collectd.git diff --git a/src/hddtemp.c b/src/hddtemp.c index 36c41289..80daf15b 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -53,7 +53,7 @@ static const char *config_keys[] = {"Host", "Port"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static char *hddtemp_host = NULL; +static char *hddtemp_host; static char hddtemp_port[16]; /*