update copyright notice

This commit is contained in:
Automatic Updater
2009-07-14 23:47:54 +00:00
parent 08f860f800
commit 3e12c54de2
6 changed files with 44 additions and 44 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.104 2009/07/14 22:54:57 each Exp $ */
/* $Id: check.c,v 1.105 2009/07/14 23:47:54 tbox Exp $ */
/*! \file */
@@ -972,7 +972,7 @@ check_update_policy(const cfg_obj_t *policy, isc_log_t *logctx) {
/* Check for "update-policy local;" */
if (cfg_obj_isstring(policy) &&
strcmp("local", cfg_obj_asstring(policy)) == 0)
return (ISC_R_SUCCESS);
return (ISC_R_SUCCESS);
/* Now check the grant policy */
for (element = cfg_list_first(policy);