Searched defs:dupcheck (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dzoneconf.c771 const char *dupcheck; local
1461 dupcheck = cfg_obj_asstring(obj);
1466 dupcheck = cfg_obj_asstring(obj);
1468 dupcheck = "ignore";
1471 if (strcasecmp(dupcheck, "warn") == 0) {
1474 } else if (strcasecmp(dupcheck, "fail") == 0) {
1476 } else if (strcasecmp(dupcheck, "ignore") == 0) {

Completed in 14 milliseconds