From: Mark Andrews Date: Wed, 22 Jun 2016 05:13:24 +0000 (+1000) Subject: 4386.[bug]Remove shadowed overmem function/variable. [RT #42706] X-Git-Tag: v9.11.0b1~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=96beefd76f597b77d4fcd51f8d766e5e59a2d216;p=thirdparty%2Fbind9.git 4386.[bug]Remove shadowed overmem function/variable. [RT #42706] --- diff --git a/CHANGES b/CHANGES index b3a45619e50..e374cc66cc6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +4386. [bug] Remove shadowed overmem function/variable. [RT #42706] + 4385. [func] Add support for allow-query and allow-transfer ACLs to catalog zones. [RT #42578] diff --git a/bin/tests/system/dyndb/driver/db.c b/bin/tests/system/dyndb/driver/db.c index 583f3d90dd4..deb73a06fc0 100644 --- a/bin/tests/system/dyndb/driver/db.c +++ b/bin/tests/system/dyndb/driver/db.c @@ -401,12 +401,12 @@ ispersistent(dns_db_t *db) { } static void -overmem(dns_db_t *db, isc_boolean_t overmem) { +overmem(dns_db_t *db, isc_boolean_t over) { sampledb_t *sampledb = (sampledb_t *) db; REQUIRE(VALID_SAMPLEDB(sampledb)); - dns_db_overmem(sampledb->rbtdb, overmem); + dns_db_overmem(sampledb->rbtdb, over); } static void