QDnsLookup: add the TLSA records to allAreEmpty()
This is only used in Q_ASSERT(), so no big deal. Change-Id: Ie30a3caf09ef4176bb36fffd17cdebefeff5cf34 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
aec74f9c76
commit
1961d42a3d
@ -131,6 +131,7 @@ private:
|
|||||||
&& nameServerRecords.isEmpty()
|
&& nameServerRecords.isEmpty()
|
||||||
&& pointerRecords.isEmpty()
|
&& pointerRecords.isEmpty()
|
||||||
&& serviceRecords.isEmpty()
|
&& serviceRecords.isEmpty()
|
||||||
|
&& tlsAssociationRecords.isEmpty()
|
||||||
&& textRecords.isEmpty();
|
&& textRecords.isEmpty();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user