From 9bb55626d51f217466bc08104d2f32eb0bf57c02 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Apr 2026 22:29:38 +0100 Subject: Switch ascii comparisons over to our own casemap functions. --- modules/extra/sqlite3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/sqlite3.cpp') diff --git a/modules/extra/sqlite3.cpp b/modules/extra/sqlite3.cpp index 3dab8184d..042e85c49 100644 --- a/modules/extra/sqlite3.cpp +++ b/modules/extra/sqlite3.cpp @@ -270,7 +270,7 @@ public: for (const auto& [_, tag] : ServerInstance->Config->ConfTags("database")) { - if (!insp::equalsci(tag->getString("module"), "sqlite")) + if (!insp::ascii_equals(tag->getString("module"), "sqlite")) continue; auto* conn = new SQLConn(weak_from_this(), tag); -- cgit v1.3.1-10-gc9f91