]> git.ipfire.org Git - thirdparty/bind9.git/commit
wrap ns_client_error() for unit testing
authorEvan Hunt <each@isc.org>
Wed, 22 Jan 2025 02:29:56 +0000 (18:29 -0800)
committerEvan Hunt <each@isc.org>
Tue, 25 Feb 2025 22:40:48 +0000 (22:40 +0000)
commitae37ef45ff45db4919842ad29d3f8dfe0c77c76c
tree7e51adebb844e818966d5f013ca6df2653362f55
parentc2e43582678ec5d0c40e19c671d60012b36ac312
wrap ns_client_error() for unit testing

When testing, the client object doesn't have a proper
netmgr handle, so ns_client_error() needs to be a no-op.
tests/ns/netmgr_wrap.c