4386.[bug]Remove shadowed overmem function/variable. [RT #42706]

This commit is contained in:
Mark Andrews
2016-06-22 15:13:24 +10:00
parent a3a12fa575
commit 96beefd76f
2 changed files with 4 additions and 2 deletions

View 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