From 76a1b0505640aed3a4330d5ee5b6003d41fadea1 Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Tue, 22 Dec 2020 17:19:02 +0200 Subject: [PATCH] Update Login.cpp --- src/Security/Login.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/Login.cpp b/src/Security/Login.cpp index 3be891f..ce08b7d 100644 --- a/src/Security/Login.cpp +++ b/src/Security/Login.cpp @@ -33,7 +33,7 @@ void UpdateKey(const char* newKey){ /// "pk":"private_key" std::string GetFail(const std::string& R){ - static std::string DRet = R"({"success":false,"message":)"; + std::string DRet = R"({"success":false,"message":)"; DRet += "\""+R+"\"}"; error(R); return DRet;