]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: fix the error handling of put_yamlstr calls
authorMark Andrews <marka@isc.org>
Thu, 1 May 2025 06:17:42 +0000 (06:17 +0000)
committerMark Andrews <marka@isc.org>
Thu, 1 May 2025 06:17:42 +0000 (06:17 +0000)
commitfad97e3cd116a118e5c554aa21ba3ab0eff79cca
treebf7889d529d445ba0c5fff9b4df18fda219ab528
parentb4b00748bceb6e57761c9bd4e0be672d0395eb2d
parentc0fcb9fd0e1c4492ae695d9ef66f48cdeb6f7450
fix: dev: fix the error handling of put_yamlstr calls

The return value was sometimes being ignored when it shouldn't
have been.

Closes #5301

Merge branch '5301-cid-550216-remove-dead-code' into 'main'

See merge request isc-projects/bind9!10432