diff options
| author | 2010-08-22 09:27:08 -0400 | |
|---|---|---|
| committer | 2010-08-22 09:27:08 -0400 | |
| commit | 1710bc2e998b22162f95181973633c03a6a29a3c (patch) | |
| tree | dca3595ef2ab1b94b87d0c581bd97197e2dc4c68 /src/modules/extra/m_pgsql.cpp | |
| parent | Change modelist back to 2.0 definition to remove double-dereference in BanItem (diff) | |
Clarify the configuration tag function names
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 7e8b1fe31..a697518ae 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -521,7 +521,7 @@ class ModulePgSQL : public Module void ReadConf() { ConnMap conns; - ConfigTagList tags = ServerInstance->Config->ConfTags("database"); + ConfigTagList tags = ServerInstance->Config->GetTags("database"); for(ConfigIter i = tags.first; i != tags.second; i++) { if (i->second->getString("module", "pgsql") != "pgsql") |
