]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove unused 'nupdates' field from client
authorEvan Hunt <each@isc.org>
Mon, 21 Nov 2022 06:02:38 +0000 (22:02 -0800)
committerEvan Hunt <each@isc.org>
Wed, 23 Nov 2022 23:44:10 +0000 (23:44 +0000)
commit18606f527664fbb83d6bae13fbfd8228e1c3f8d5
tree26c6db31bec5b22be1ea8c985814fb755d903587
parent55491d6b0a7b097f5af745f319ad4a9f50dd7b30
remove unused 'nupdates' field from client

the 'nupdates' field was originally used to track whether a client
was ready to shut down, along with other similar counters nreads,
nrecvs, naccepts and nsends. this is now tracked differently, but
nupdates was overlooked when the other counters were removed.
lib/ns/client.c
lib/ns/include/ns/client.h
lib/ns/update.c