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