mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
silence ambigious else
This commit is contained in:
parent
2674e1a455
commit
ade83e60fa
@ -15,7 +15,7 @@
|
||||
* 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 */
|
||||
|
||||
@ -988,7 +988,7 @@ update_listener(ns_controls_t *cp,
|
||||
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
|
||||
* "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 "
|
||||
"command channel %s: %s",
|
||||
socktext, isc_result_totext(result));
|
||||
}
|
||||
|
||||
/*
|
||||
* Now, keep the old access list unless a new one can be made.
|
||||
|
Loading…
x
Reference in New Issue
Block a user