]> git.ipfire.org Git - thirdparty/bind9.git/commit
Set the clientmgr isc_mem_t context name
authorOndřej Surý <ondrej@sury.org>
Tue, 14 Dec 2021 12:02:50 +0000 (13:02 +0100)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 14 Dec 2021 19:15:58 +0000 (19:15 +0000)
commitce75d4a96b72ed4b3063850a98c3a01f71ff92f5
treefa2bf8a23dfea3eb983e3158fb94571768160653
parent11ab4ffb424879b6c2bb50bcbd241ecc5ba4c154
Set the clientmgr isc_mem_t context name

The memory context created in the clientmgr context was missing a name,
so it was nameless in the memory context statistics.

Set the clientmgr memory context name to "clientmgr".
lib/dns/view.c
lib/ns/client.c