2
0
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:
Bob Halley
2000-01-18 18:16:34 +00:00
parent b03758b04e
commit 13886f5d45

View File

@@ -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));