From: Tinderbox User Date: Tue, 31 May 2016 23:45:29 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.11.0a3~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7336a129830944311eb4774c8b4a586e277ec060;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/bin/tests/system/catz/ns2/named.conf b/bin/tests/system/catz/ns2/named.conf index a641a5c160d..3b9486e2ba9 100644 --- a/bin/tests/system/catz/ns2/named.conf +++ b/bin/tests/system/catz/ns2/named.conf @@ -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"; }; }; diff --git a/lib/isc/ht.c b/lib/isc/ht.c index beb9f8a31fa..ff0a44b60e2 100644 --- a/lib/isc/ht.c +++ b/lib/isc/ht.c @@ -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;