From 574098461cd45be12a497afbdac6f93c58978387 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:38 +0200 Subject: Adding upstream version 1.17.0. Signed-off-by: Daniel Baumann --- collectors/plugins.d/plugins_d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectors/plugins.d/plugins_d.c') diff --git a/collectors/plugins.d/plugins_d.c b/collectors/plugins.d/plugins_d.c index aea2704a3..85b670df8 100644 --- a/collectors/plugins.d/plugins_d.c +++ b/collectors/plugins.d/plugins_d.c @@ -249,7 +249,7 @@ inline size_t pluginsd_process(RRDHOST *host, struct plugind *cd, FILE *fp, int #ifdef ENABLE_HTTPS int bytesleft = 0; char tmpbuffer[PLUGINSD_LINE_MAX]; - char *readfrom; + char *readfrom = NULL; #endif char *r = NULL; while(!ferror(fp)) { -- cgit v1.2.3