mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
update copyright notice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.613 2011/07/06 01:36:31 each Exp $ */
|
/* $Id: server.c,v 1.614 2011/07/06 23:47:43 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -3172,7 +3172,7 @@ find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist,
|
|||||||
result = get_viewinfo(vconfig, &viewname, &viewclass);
|
result = get_viewinfo(vconfig, &viewname, &viewclass);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
return (result);
|
return (result);
|
||||||
|
|
||||||
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
|
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
return (result);
|
return (result);
|
||||||
@@ -3200,7 +3200,7 @@ create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist,
|
|||||||
result = get_viewinfo(vconfig, &viewname, &viewclass);
|
result = get_viewinfo(vconfig, &viewname, &viewclass);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
return (result);
|
return (result);
|
||||||
|
|
||||||
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
|
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
|
||||||
if (result == ISC_R_SUCCESS)
|
if (result == ISC_R_SUCCESS)
|
||||||
return (ISC_R_EXISTS);
|
return (ISC_R_EXISTS);
|
||||||
|
Reference in New Issue
Block a user