]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix errors when retrying over TCP in notify_send_toaddr
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Feb 2026 12:47:03 +0000 (13:47 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Feb 2026 12:47:03 +0000 (13:47 +0100)
commitd72b5fd5f68e72dadaabfe381898ae00de955dfd
tree07d2fe7edf4dc4c8fca4a1c21f1e1be11c2692a3
parentce954f1ded06aba8e01d45e522854d8f51a08822
parentf99d7f421767bf709859f72368e5c0ac6bce2e6a
fix: usr: Fix errors when retrying over TCP in notify_send_toaddr

If the source address is not available do not attempt
to retry over TCP otherwise clear the TSIG key from the
message prior to retrying.

Closes #5457

Merge branch '5457-remove-tcp-retry-in-notify-send-toaddr' into 'main'

See merge request isc-projects/bind9!10805