]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/hmac.cpp
Merge remote/local MODULES output
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / hmac.cpp
index cc1b33f238b016bcadbf85a6d181af8c7c1ba9a4..b7cddc47ac750ce23ef349f043a830a051202a0a 100644 (file)
@@ -129,9 +129,9 @@ bool TreeSocket::ComparePass(const Link& link, const std::string &theirs)
        this->auth_challenge = !ourchallenge.empty() && !theirchallenge.empty();
 
        std::string fp;
-       if (GetHook())
+       if (GetIOHook())
        {
-               BufferedSocketCertificateRequest req(this, Utils->Creator, GetHook());
+               BufferedSocketCertificateRequest req(this, Utils->Creator, GetIOHook());
                req.Send();
                if (req.cert)
                {