]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix errors when retrying over TCP in notify_send_toaddr
authorOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 11:43:16 +0000 (12:43 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 11:43:16 +0000 (12:43 +0100)
commita123233319669a97aaa34c43ebb757ac1cc5ae13
tree1cf7748608c4e543cfcbf9f31f0cc59d0d722f66
parent5a5590da892777f7a8833010e4b3031868027b5f
parenta6ca8407ee17d8a93bcd4891e1d28fa20ca5af11
[9.20] 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

Backport of MR !10805

Merge branch 'backport-5457-remove-tcp-retry-in-notify-send-toaddr-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11567