summaryrefslogtreecommitdiff
path: root/protocols/MRA
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-17 20:57:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-17 20:57:02 +0300
commitad61413a521ea9cebd849b659653a21c2c33ff8a (patch)
tree9029a623fbbe1491f86a68cbaa92b6b45c786521 /protocols/MRA
parentb327ed7872ca83c3a4249039ba1a3d8dd3ece630 (diff)
Discord: auth support
Diffstat (limited to 'protocols/MRA')
-rw-r--r--protocols/MRA/src/MraProto.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/MRA/src/MraProto.cpp b/protocols/MRA/src/MraProto.cpp
index ede27df68b..75a684f233 100644
--- a/protocols/MRA/src/MraProto.cpp
+++ b/protocols/MRA/src/MraProto.cpp
@@ -214,8 +214,7 @@ int CMraProto::AuthDeny(MEVENT hDBEvent, const wchar_t* szReason)
int CMraProto::AuthRecv(MCONTACT, PROTORECVEVENT* pre)
{
- Proto_AuthRecv(m_szModuleName, pre);
- return 0;
+ return Proto_AuthRecv(m_szModuleName, pre);
}
/////////////////////////////////////////////////////////////////////////////////////////