mirror of
https://github.com/anope/anope.git
synced 2026-07-07 02:43:12 +02:00
Made service_reference type safe
This commit is contained in:
@@ -149,7 +149,6 @@ class SSLModule : public Module
|
||||
SSL_CTX_set_verify(client_ctx, SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, SSLModule::AlwaysAccept);
|
||||
SSL_CTX_set_verify(server_ctx, SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, SSLModule::AlwaysAccept);
|
||||
|
||||
ModuleManager::RegisterService(&this->service);
|
||||
|
||||
ModuleManager::Attach(I_OnPreServerConnect, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user