diff options
| author | 2010-02-08 22:40:30 +0000 | |
|---|---|---|
| committer | 2010-02-08 22:40:30 +0000 | |
| commit | b7bed41eb90a1c71bf99af1ce7cb0685e5582cf7 (patch) | |
| tree | f452e27fec12b60b8424a9d12086d1f0b5c0af43 /src/modules/m_spanningtree/hmac.cpp | |
| parent | Add <connect requiressl="trusted"> to force CA verification for clients on th... (diff) | |
SSL certificate requests prior to full registration must use SocketCertificateRequest
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12402 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/hmac.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/hmac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/hmac.cpp b/src/modules/m_spanningtree/hmac.cpp index e1b20520a..c08ac1522 100644 --- a/src/modules/m_spanningtree/hmac.cpp +++ b/src/modules/m_spanningtree/hmac.cpp @@ -134,7 +134,7 @@ bool TreeSocket::ComparePass(const Link& link, const std::string &theirs) std::string fp; if (GetIOHook()) { - SocketCertificateRequest req(this, Utils->Creator, GetIOHook()); + SocketCertificateRequest req(this, Utils->Creator); if (req.cert) { fp = req.cert->GetFingerprint(); |
