]> git.ipfire.org Git - thirdparty/collectd.git/commit
configfile: Avoid allocating a buffer for the resource type.
authorFlorian Forster <octo@collectd.org>
Tue, 19 Dec 2023 13:18:30 +0000 (14:18 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 28 Dec 2023 08:08:20 +0000 (09:08 +0100)
commitbd621bef1fa32ef654e43ef5f52fa677c218aeba
tree52146ceddf20096438a9a347e9b76b762a8113cb
parentc6f055486ce56301e23a73de75f1f67fb5537298
configfile: Avoid allocating a buffer for the resource type.

Mostly to avoid an uninformed compiler warning ;)
src/daemon/configfile.c