From a1cb414b44cb8ef66d2ba4e5a99c0f5c2d123f53 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Fri, 23 Aug 2013 18:57:37 +0300 Subject: [PATCH] Added result and reason attributes for . --- projects/stargazer/plugins/configuration/sgconfig/parser.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser.cpp index 601b34bc..7deab3d0 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser.cpp @@ -133,8 +133,7 @@ answerList->erase(answerList->begin(), answerList->end()); if (users->FindByName(login, &u)) { - s = ""; - answerList->push_back(s); + answerList->push_back(""); return; } -- 2.43.2