diff options
author | Adam <adam@sigterm.info> | 2014-02-17 22:21:08 -0500 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2014-02-17 22:21:08 -0500 |
commit | 0db81ca46ad3a9faeacd9b138ba4c1634cd1faab (patch) | |
tree | f3c7d3da8a0f8ae30d6c8b867bbf8f594793b256 /modules/m_httpd.cpp | |
parent | 7f7144de1fe96b42e3845690b77738e7b93bbe46 (diff) | |
parent | 1c39d25ccaabeab2a8b1f317bf5394f007db14f8 (diff) |
Merge pull request #52 from attilamolnar/2.0+gnutls
Add support for SSL connections powered by GnuTLS
Diffstat (limited to 'modules/m_httpd.cpp')
-rw-r--r-- | modules/m_httpd.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/m_httpd.cpp b/modules/m_httpd.cpp index e08452d81..f3d0677a9 100644 --- a/modules/m_httpd.cpp +++ b/modules/m_httpd.cpp @@ -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; |