From c087d67fc1cccd443a648ae98c670df3dfd80c0f Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 18 Sep 2015 18:50:56 +0000 Subject: Steam: - attempt to fix one more crash (fixes #1024) git-svn-id: http://svn.miranda-ng.org/main/trunk@15385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/http_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/Steam/src/http_request.h b/protocols/Steam/src/http_request.h index 3e91209907..30d1e307be 100644 --- a/protocols/Steam/src/http_request.h +++ b/protocols/Steam/src/http_request.h @@ -11,7 +11,7 @@ public: HttpResponse(const NETLIBHTTPREQUEST* response, const NETLIBHTTPREQUEST* request = NULL) { - request = request; + this->request = request; isEmptyResponse = (response == NULL); if (response) { -- cgit v1.2.3