]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Cleanup setting netmgr ports from isc_managers_create()
authorOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 16:25:04 +0000 (17:25 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 16:25:04 +0000 (17:25 +0100)
commit92d3c7d011e0218faed7e74735a116a758301aa3
tree7720853f58366feb9260cf23e60ea43198daf6fe
parent6907c4f349ead3c240e25620ac64e0dee144b29d
parent10270f6b4291f4eb8fc460f4d98ac211db5d7347
fix: nil: Cleanup setting netmgr ports from isc_managers_create()

This is now duplicate as the default ports are already set in
isc_netmgr_create().

Merge branch 'ondrej/mr11569-followup-cleanup' into 'main'

See merge request isc-projects/bind9!11576