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

/bind-9.11.3/bin/named/
H A Dserver.c12840 cfg_obj_t *nzconfig = NULL; local
12882 CHECK(get_newzone_config(view, zonename, &nzconfig));
12883 CHECK(cfg_map_get(nzconfig, "zone", &zlist));
12902 if (nzconfig != NULL)
12903 cfg_obj_destroy(ns_g_addparser, &nzconfig);

Completed in 76 milliseconds