1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:43:12 +02:00

Fix m_ldap service names from defaulting ldap/ldap/main

This commit is contained in:
Adam
2013-07-21 00:37:21 -04:00
parent 5aac04dffe
commit e11abdc4f0
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class ModuleSQL : public Module, public Pipe
++it;
for (i = 0; i < config->CountBlock("mysql"); ++i)
if (config->GetBlock("mysql", i)->Get<const Anope::string>("name", "main") == cname)
if (config->GetBlock("mysql", i)->Get<const Anope::string>("name", "mysql/main") == cname)
break;
if (i == config->CountBlock("mysql"))