]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4386.[bug]Remove shadowed overmem function/variable. [RT #42706]
authorMark Andrews <marka@isc.org>
Wed, 22 Jun 2016 05:13:24 +0000 (15:13 +1000)
committerMark Andrews <marka@isc.org>
Wed, 22 Jun 2016 05:13:24 +0000 (15:13 +1000)
CHANGES
bin/tests/system/dyndb/driver/db.c

diff --git a/CHANGES b/CHANGES
index b3a45619e5087d433848e3e51274fbc076d6a838..e374cc66cc6882a845e4e085254f7209eef82765 100644 (file)
--- 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]
 
index 583f3d90dd4e3ef40c00ad9d8b4fd5925153c021..deb73a06fc0780f71c195283f53edb82105b3f5c 100644 (file)
@@ -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