mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 02:30:44 -04:00
Add RUNTIME_CHECK
This commit is contained in:
parent
95de7f829c
commit
1fb61494a8
1 changed files with 1 additions and 0 deletions
|
|
@ -4237,6 +4237,7 @@ keydirexist(const cfg_obj_t *zcfg, const char *optname, dns_name_t *zname,
|
|||
symvalue.as_cpointer = zcfg;
|
||||
result = isc_symtab_define(symtab, symkey, 2, symvalue,
|
||||
isc_symexists_reject);
|
||||
RUNTIME_CHECK(result == ISC_R_SUCCESS);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue