From: Stephen Morris Date: Tue, 18 Oct 2011 17:33:30 +0000 (+0100) Subject: [1318] Correct problem in #1213 update X-Git-Tag: perftcpdns_before_epoll~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad24f1d258542fecf0e83187f6ed5cc8cdce8ca2;p=thirdparty%2Fkea.git [1318] Correct problem in #1213 update 1213 failed to take into account a change in zone configuration options, causing the IXFR-in test to fail. --- diff --git a/tests/system/ixfr/b10-config.db.in b/tests/system/ixfr/b10-config.db.in index f83a6723f5..946d80f0de 100644 --- a/tests/system/ixfr/b10-config.db.in +++ b/tests/system/ixfr/b10-config.db.in @@ -3,7 +3,8 @@ "zones": [{ "master_addr": "10.53.0.1", "master_port": 53210, - "name": "example." + "name": "example.", + "use_ixfr": true }] }, "Auth": {