[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Wed Nov 13 19:56:11 CET 2013
src/curl_json.c | 6 +++---
src/curl_xml.c | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 8327ee64139eae2172f35cfdd7ee41998b806bcf
Author: Rainer Müller <raimue at codingfarm.de>
Date: Sun Nov 10 03:39:22 2013 +0100
curl_json, curl_xml: Fix unitialized variable
The variable url is used unintialized here. The code used to be the same
in both plugins, but diverged in 19808b44. The solution applied there
does not work correctly as the effective URL can only be queried after
performing the request. Instead, just use the original request URL.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list