aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/sqlite3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/sqlite3.cpp')
-rw-r--r--modules/extra/sqlite3.cpp2
1 files changed, 1 insertions, 1 deletions
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);