mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 22:10:00 -04:00
Fix rbt_remove_empty unittest
(reviewed by Evan on Jabber)
(cherry picked from commit f5cb0dd58b)
This commit is contained in:
parent
49abe5882d
commit
19afa0cc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -1049,7 +1049,7 @@ ATF_TC_BODY(rbt_remove_empty, tc) {
|
|||
name_i = dns_fixedname_name(&fname_i);
|
||||
|
||||
if (dns_name_equal(name_j, ntmp1) &&
|
||||
dns_name_equal(name_j, ntmp2))
|
||||
dns_name_equal(name_i, ntmp2))
|
||||
{
|
||||
/*
|
||||
* The only special case in the
|
||||
|
|
|
|||
Loading…
Reference in a new issue