]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 31 May 2016 23:45:29 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 31 May 2016 23:45:29 +0000 (23:45 +0000)
bin/tests/system/catz/ns2/named.conf
lib/isc/ht.c

index a641a5c160d1f90dcb935d21586e7f95fb9c9e13..3b9486e2ba9a490f0fa75adce8e233101e80266c 100644 (file)
@@ -33,9 +33,9 @@ options {
        serial-query-rate 100;
        catalog-zones {
                zone "catalog.example"
-                        default-masters { 10.53.0.1; }
-                        in-memory no
-                        zone-directory "zonedir";
+                       default-masters { 10.53.0.1; }
+                       in-memory no
+                       zone-directory "zonedir";
        };
 };
 
index beb9f8a31faad7aaf64aa2b58320749190be239e..ff0a44b60e2dff57f2960c22f9d69bcff945cb7b 100644 (file)
@@ -301,7 +301,7 @@ isc_ht_iter_delcurrent_next(isc_ht_iter_t *it) {
        it->cur = it->cur->next;
        if (it->cur == NULL) {
                do {
-                       it->i++;
+                       it->i++;
                } while (it->i < ht->size && ht->table[it->i] == NULL);
                if (it->i >= ht->size)
                        result = ISC_R_NOMORE;