2
0
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:
Tinderbox User
2014-05-30 23:45:21 +00:00
parent a98018050a
commit 803d842603
7 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -171,7 +171,7 @@ dns_ntatable_add(dns_ntatable_t *ntatable, dns_name_t *name,
nta_detach(ntatable->mctx, &nta);
}
result = ISC_R_SUCCESS;
}
}
RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write);
@@ -213,7 +213,7 @@ dns_ntatable_delete(dns_ntatable_t *ntatable, dns_name_t *name) {
RWLOCK(&ntatable->rwlock, isc_rwlocktype_write);
result = delete(ntatable, name);
RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write);
return (result);
}