diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-10-24 19:01:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-10-24 19:01:04 +0000 |
commit | a226b82bf1f1fae1fb2cebb4744182f9231402b3 (patch) | |
tree | d05b8cb1830a1f59d1bbbe126fb954c5c104600f /protocols/Steam | |
parent | aa6b2f434c204d6da1906f381c418bd8f0bca163 (diff) |
Steam: fix auth request handling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam')
-rw-r--r-- | protocols/Steam/src/steam_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index 8b3171298d..907aece0fe 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -655,7 +655,7 @@ void CSteamProto::OnAuthRequested(const NETLIBHTTPREQUEST *response, void *arg) recv.timestamp = time(NULL); recv.szMessage = (char*)pBlob; recv.lParam = cbBlob; - Proto_AuthRecv(m_szModuleName, &recv); + ProtoChainRecv(hContact, PSR_AUTH, 0, (LPARAM)&recv); } json_delete(nodes); |