]> git.ipfire.org Git - thirdparty/bind9.git/commit
Turn _get_cookie() into a method
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2026 09:52:56 +0000 (11:52 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2026 09:52:56 +0000 (11:52 +0200)
commitc3839e830cfa5a8cd3ef4bdd3e5db7c0c0ee01dc
tree7adb6051a4a099a7cb84236eca6924c51d9ad847
parent5fa2bd7e53e1d6ee6ebcc04b0bf5f303d3e85570
Turn _get_cookie() into a method

Since the _get_cookie() function is only used by the CookieHandler
class, make the former a method of the latter to keep related logic
close in the source code.
bin/tests/system/resend_loop/ans3/ans.py