diff options
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);
} } |