mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
LookupServer: Make DNSName::operator== ignore case
This commit is contained in:
parent
95d4d36b5c
commit
12feb79cef
2 changed files with 1 additions and 6 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
void randomize_case();
|
||||
|
||||
bool operator==(const DNSName&) const;
|
||||
bool operator==(const DNSName& other) const { return Traits::equals(*this, other); }
|
||||
|
||||
class Traits : public AK::Traits<DNSName> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue