diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-27 22:08:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-27 22:08:58 +0000 |
commit | a2cbb34b00f6de9d7f5d49fad02dc6f94ccf81db (patch) | |
tree | e8e41d62fff06e8bdfd535404a5ec7957d3ae5f6 /protocols/Steam/src/steam_proto.cpp | |
parent | d2a5706a5c4ed7620030377ffe32f093b14d3177 (diff) |
Steam: reworked login
git-svn-id: http://svn.miranda-ng.org/main/trunk@13865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index af5a3e677f..f4fbfb8d65 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -330,7 +330,7 @@ int CSteamProto::SetStatus(int new_status) }
PushRequest(
- new RsaKeyRequest(username),
+ new GetRsaKeyRequest(username),
&CSteamProto::OnGotRsaKey);
} } |