From 39c4a49dbfa7fd2e7bce9b7c56c91dceae726542 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 16 Sep 2012 13:04:27 +0000 Subject: n-nope, we shall return 0 git-svn-id: http://svn.miranda-ng.org/main/trunk@1580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/MraProto.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/MRA') diff --git a/protocols/MRA/MraProto.cpp b/protocols/MRA/MraProto.cpp index 7be880f92f..8f758e9b6b 100644 --- a/protocols/MRA/MraProto.cpp +++ b/protocols/MRA/MraProto.cpp @@ -342,7 +342,8 @@ int CMraProto::AuthDeny(HANDLE hDBEvent, const TCHAR* szReason) int CMraProto::AuthRecv(HANDLE hContact, PROTORECVEVENT* pre) { - return Proto_AuthRecv(m_szModuleName, pre); + Proto_AuthRecv(m_szModuleName, pre); + return 0; } int CMraProto::AuthRequest(HANDLE hContact, const TCHAR *lptszMessage) -- cgit v1.2.3