2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00
This commit is contained in:
Brian Wellington
2001-10-25 17:07:21 +00:00
parent 081cff0c33
commit 6a4c22bc4d

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: check.c,v 1.4 2001/10/11 04:52:21 marka Exp $ */ /* $Id: check.c,v 1.5 2001/10/25 17:07:21 bwelling Exp $ */
#include <config.h> #include <config.h>
@@ -338,9 +338,9 @@ bind9_check_key(cfg_obj_t *key, isc_log_t *logctx) {
"key '%s' must have both 'secret' and " "key '%s' must have both 'secret' and "
"'algorithm' defined", "'algorithm' defined",
keyname); keyname);
return ISC_R_FAILURE; return (ISC_R_FAILURE);
} }
return ISC_R_SUCCESS; return (ISC_R_SUCCESS);
} }
static isc_result_t static isc_result_t