X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fapcups.c;h=4e84ebd22ff8a5f6c80f26000c4e5eaa7b234186;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=4b3f7b5c9de7b5120840e7233ca0c6c671106ca2;hpb=6e41c3b1f024d7944e5e8010a87933555c662474;p=collectd.git diff --git a/src/apcups.c b/src/apcups.c index 4b3f7b5c..4e84ebd2 100644 --- a/src/apcups.c +++ b/src/apcups.c @@ -70,8 +70,8 @@ typedef struct { * Private variables */ /* Default values for contacting daemon */ -static char *conf_node = NULL; -static char *conf_service = NULL; +static char *conf_node; +static char *conf_service; /* Defaults to false for backwards compatibility. */ static bool conf_report_seconds; static bool conf_persistent_conn = true;