mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 04:50:50 -05:00
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
This commit is contained in:
parent
14c07236e3
commit
fe2fb706d7
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ test("NOERROR", ["pre", yxrrset("d.$zone A 73.80.65.49")]);
|
|||
test("NOERROR", ["update",
|
||||
rr_add("d.$zone 300 A 73.80.65.49"),
|
||||
rr_del("d.$zone A")]);
|
||||
test("NOERROR", ["pre", nxrrset("d.$zone A 73.80.65.49")]);
|
||||
test("NOERROR", ["pre", nxrrset("d.$zone A")]);
|
||||
|
||||
test("NOERROR", ["update", rr_del("d.$zone A 73.80.65.49")]);
|
||||
test("NOERROR", ["pre", nxrrset("d.$zone A")]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue