mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Fix rbt_remove_empty unittest
(reviewed by Evan on Jabber)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user