K 10 svn:author V 5 demon K 8 svn:date V 27 2014-01-02T20:28:45.626816Z K 7 svn:log V 554 Fix build with clang (on FreeBSD-10) with curl plugin enabled: curl_xml.c:617:37: error: variable 'url' is uninitialized when used here [-Werror,-Wuninitialized] status, db->curl_errbuf, url); ^~~ ./plugin.h:342:47: note: expanded from macro 'ERROR' #define ERROR(...) plugin_log (LOG_ERR, __VA_ARGS__) ^ curl_xml.c:610:12: note: initialize the variable 'url' to silence this warning char *url; ^ = NULL 1 error generated. END