mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
eliminate compiler warning
This commit is contained in:
@@ -113,7 +113,7 @@ release_quotas(ns_client_t *client) {
|
||||
static void
|
||||
maybe_free(ns_client_t *client) {
|
||||
isc_boolean_t need_clientmgr_destroy = ISC_FALSE;
|
||||
ns_clientmgr_t *manager;
|
||||
ns_clientmgr_t *manager = NULL;
|
||||
|
||||
REQUIRE(NS_CLIENT_VALID(client));
|
||||
|
||||
|
Reference in New Issue
Block a user