From: Ondřej Surý Date: Fri, 16 Dec 2022 10:11:59 +0000 (+0100) Subject: Cleanup the isc_buffer_reserve() usage in put*() helpers X-Git-Tag: v9.19.9~69^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=302bc503400af26aead30035d842a39533d5743f;p=thirdparty%2Fbind9.git Cleanup the isc_buffer_reserve() usage in put*() helpers 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. ---