summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/proto.cpp')
-rw-r--r--protocols/Yahoo/proto.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Yahoo/proto.cpp b/protocols/Yahoo/proto.cpp
index e73af363c8..dc14b4538e 100644
--- a/protocols/Yahoo/proto.cpp
+++ b/protocols/Yahoo/proto.cpp
@@ -290,7 +290,9 @@ int __cdecl CYahooProto::AuthRecv(HANDLE hContact, PROTORECVEVENT* pre)
{
DebugLog("[YahooRecvAuth] ");
DBDeleteContactSetting(hContact,"CList","Hidden");
- return Proto_AuthRecv(m_szModuleName, pre);
+
+ Proto_AuthRecv(m_szModuleName, pre);
+ return 0;
}
////////////////////////////////////////////////////////////////////////////////////////