]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unnecessary NULL-checks in ns__client_setup()
authorAram Sargsyan <aram@isc.org>
Thu, 28 Sep 2023 13:43:18 +0000 (13:43 +0000)
committerAram Sargsyan <aram@isc.org>
Mon, 2 Oct 2023 10:04:56 +0000 (10:04 +0000)
commitc061b90cc6c85dd9e2411d2ffa9da7b45f0dfa31
treeca29d6cd88dcaa54714d752d11d63f58d0eec822
parent4779eccdea7cab5713d0a9b5ae3c6ec51c2c106c
Remove unnecessary NULL-checks in ns__client_setup()

All these pointers are guaranteed to be non-NULL.

Additionally, update a comment to remove obviously outdated
information about the function's requirements.

(cherry picked from commit b970556f214d295957f04e29cd582ec7a02ff399)
lib/ns/client.c