]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix anonymous connection_state pointer
authorIsmael Luceno <ismael@iodev.co.uk>
Mon, 15 Aug 2022 12:25:26 +0000 (14:25 +0200)
committerMatthias Runge <mrunge@matthias-runge.de>
Mon, 12 Sep 2022 12:12:32 +0000 (14:12 +0200)
commitb7da05ec20128b45b4b97c769562f8db76ec14be
tree240e00fd60acfe69a19a1da65fc08c42b5488a40
parenteab83f57b376aabc1f1ef2fdd3c8dd61de0da198
Fix anonymous connection_state pointer

Returning an anonymous pointer (which is limited to the scope of the
function) causes a build error with -Werror.

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
src/capabilities.c