From: Marc Fournier Date: Tue, 3 Mar 2015 23:39:09 +0000 (+0100) Subject: Merge branch 'collectd-5.3' into collectd-5.4 X-Git-Tag: collectd-5.5.0~62^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27aeac9988dde1d53e5df697ce0e1b8a951d091a;p=thirdparty%2Fcollectd.git Merge branch 'collectd-5.3' into collectd-5.4 Conflicts: configure.ac --- 27aeac9988dde1d53e5df697ce0e1b8a951d091a diff --cc configure.ac index be5dc72b8,877ac4491..f370a8638 --- a/configure.ac +++ b/configure.ac @@@ -5435,11 -5244,9 +5435,11 @@@ cat <= sizeof (typename))) { - WARNING ("plugin_load: Filename too long: \"%s.so\"", type); + WARNING ("plugin_load: Filename too long: \"%s.so\"", plugin_name); return (-1); } - typename_len = strlen (typename); if ((dh = opendir (dir)) == NULL) {