summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/msn_proto.cpp')
-rw-r--r--protocols/MSN/msn_proto.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/MSN/msn_proto.cpp b/protocols/MSN/msn_proto.cpp
index 23abd2cfe6..200b34d3df 100644
--- a/protocols/MSN/msn_proto.cpp
+++ b/protocols/MSN/msn_proto.cpp
@@ -308,7 +308,8 @@ HANDLE __cdecl CMsnProto::AddToListByEvent(int flags, int iContact, HANDLE hDbEv
int CMsnProto::AuthRecv(HANDLE hContact, PROTORECVEVENT* pre)
{
- return Proto_AuthRecv(m_szModuleName, pre);
+ Proto_AuthRecv(m_szModuleName, pre);
+ return 0;
}
////////////////////////////////////////////////////////////////////////////////////////