]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove semi-colon v9.7.3b1
authorMark Andrews <marka@isc.org>
Fri, 10 Dec 2010 04:47:48 +0000 (04:47 +0000)
committerMark Andrews <marka@isc.org>
Fri, 10 Dec 2010 04:47:48 +0000 (04:47 +0000)
bin/named/update.c

index c4609dc0cc42d508c481a9d9d9d2d85b7d6ebaba..dae84578c4e17dc2506ae6bb56c2ce51edd584c2 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.176.4.8 2010/12/07 23:46:26 tbox Exp $ */
+/* $Id: update.c,v 1.176.4.9 2010/12/10 04:47:48 marka Exp $ */
 
 #include <config.h>
 
@@ -3108,7 +3108,7 @@ add_nsec3param_records(ns_client_t *client, dns_zone_t *zone, dns_db_t *db,
        dns_diffop_t op;
        isc_boolean_t flag;
        dns_name_t *name = dns_zone_getorigin(zone);
-       dns_rdatatype_t privatetype = dns_zone_getprivatetype(zone);;
+       dns_rdatatype_t privatetype = dns_zone_getprivatetype(zone);
        isc_uint32_t ttl = 0;
        isc_boolean_t ttl_good = ISC_FALSE;