mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
silence ambigious else
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: controlconf.c,v 1.46 2005/11/30 03:33:48 marka Exp $ */
|
/* $Id: controlconf.c,v 1.47 2005/11/30 03:36:45 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -988,7 +988,7 @@ update_listener(ns_controls_t *cp,
|
|||||||
result = get_rndckey(listener->mctx, &listener->keys);
|
result = get_rndckey(listener->mctx, &listener->keys);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result != ISC_R_SUCCESS && global_keylist != NULL)
|
if (result != ISC_R_SUCCESS && global_keylist != NULL) {
|
||||||
/*
|
/*
|
||||||
* This message might be a little misleading since the
|
* This message might be a little misleading since the
|
||||||
* "new keys" might in fact be identical to the old ones,
|
* "new keys" might in fact be identical to the old ones,
|
||||||
@@ -1006,6 +1006,7 @@ update_listener(ns_controls_t *cp,
|
|||||||
"couldn't install new keys for "
|
"couldn't install new keys for "
|
||||||
"command channel %s: %s",
|
"command channel %s: %s",
|
||||||
socktext, isc_result_totext(result));
|
socktext, isc_result_totext(result));
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Now, keep the old access list unless a new one can be made.
|
* Now, keep the old access list unless a new one can be made.
|
||||||
|
Reference in New Issue
Block a user