diff options
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index d6d85f7e1..3cf1cde18 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -612,7 +612,7 @@ public: for (const auto& [_, tag] : ServerInstance->Config->ConfTags("database")) { - if (!insp::equalsci(tag->getString("module"), "pgsql")) + if (!insp::ascii_equals(tag->getString("module"), "pgsql")) continue; std::string id = tag->getString("id"); |
