]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 11 Jul 2013 23:46:13 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 11 Jul 2013 23:46:13 +0000 (23:46 +0000)
bin/named/unix/os.c
lib/dns/zone.c

index 24f0c307c1e79a6ad0fda2c22ec77d0321596b54..1a0d4db785926efa720717342879d4079fa4019c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 39c2d803374e6bf0ecab86fc626e511b8ac12218..a8d78614e18f386deb8378818de550dc338f9be0 100644 (file)
@@ -3211,7 +3211,7 @@ set_resigntime(dns_zone_t *zone) {
        }
 
        result = dns_db_getsigningtime(db, &rdataset,
-                                      dns_fixedname_name(&fixed));
+                                      dns_fixedname_name(&fixed));
        if (result != ISC_R_SUCCESS) {
                isc_time_settoepoch(&zone->resigntime);
                goto cleanup;