* 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 */
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,
"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.