1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 01:56:38 +02:00

Rename m_ssl to m_ssl_openssl and update docs

This commit is contained in:
Attila Molnar
2014-02-17 00:41:36 +01:00
parent 959fee5937
commit 9c0134ee2c
8 changed files with 33 additions and 33 deletions
-3
View File
@@ -454,9 +454,6 @@ class HTTPD : public Module
void OnModuleLoad(User *u, Module *m) anope_override
{
if (m->name != "m_ssl")
return;
for (std::map<Anope::string, MyHTTPProvider *>::iterator it = this->providers.begin(), it_end = this->providers.end(); it != it_end; ++it)
{
MyHTTPProvider *p = it->second;