2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2009-06-30 23:48:01 +00:00
parent 0ae35ecf05
commit f66c8eed51
5 changed files with 23 additions and 23 deletions

View File

@@ -31,7 +31,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_api.c,v 1.21 2009/06/30 02:52:32 each Exp $
* $Id: dst_api.c,v 1.22 2009/06/30 23:48:01 tbox Exp $
*/
/*! \file */
@@ -1067,9 +1067,9 @@ dst_key_read_public(const char *filename, int type,
*/
isc_result_t
dst_key_setflags(dst_key_t *key, isc_uint32_t flags) {
REQUIRE(VALID_KEY(key));
key->key_flags = flags;
return (computeid(key));
REQUIRE(VALID_KEY(key));
key->key_flags = flags;
return (computeid(key));
}
static isc_boolean_t