]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Cleanup the isc_buffer_reserve() usage in put*() helpers
authorOndřej Surý <ondrej@isc.org>
Fri, 16 Dec 2022 10:11:59 +0000 (11:11 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 Dec 2022 18:13:48 +0000 (19:13 +0100)
There are couple places where we use putstr(), putmem(), ... helpers
that tries to reserve space and only if successful puts the data onto
the buffer.  Cleanup the double reference as it's not needed there.


No differences found