]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove NULL checks for ns_client_getnamebuf()
authorMichał Kępień <michal@isc.org>
Fri, 10 Jun 2022 12:30:23 +0000 (14:30 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jun 2022 12:30:23 +0000 (14:30 +0200)
commit39fd8efbb77bb38c1cb6504eacd2c79cb9420485
tree1bcf208e511a1b32b4a5b53b1d18d3c2a84dc4dc
parenta22923601990088d21c764333948a3c8cef36435
Remove NULL checks for ns_client_getnamebuf()

ns_client_getnamebuf() cannot fail (i.e. return NULL) since commit
e31cc1eeb436095490c7caa120de148df82ecd6c.  Remove redundant NULL checks
performed on the pointer returned by ns_client_getnamebuf().
lib/ns/query.c