1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 19:03:13 +02:00

Fix a warning on Clang.

This commit is contained in:
Sadie Powell
2025-03-13 10:43:37 +00:00
parent 09e10d2a02
commit ace82596d8
+1 -1
View File
@@ -109,7 +109,7 @@ class DNSServer final
bool active = false;
public:
friend class DNSServerType;
friend struct DNSServerType;
std::set<Anope::string, ci::less> zones;
time_t repool = 0;