[X2Go-Commits] [x2goclient] 01/01: reset session data in broker config.

git-admin at x2go.org git-admin at x2go.org
Thu Jun 9 14:04:39 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit cd30849fd39306dff8f5197810a64903df024315
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Thu Jun 9 14:02:49 2016 +0200

    reset session data in broker config.
---
 debian/changelog         |    4 ++++
 src/httpbrokerclient.cpp |    1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1ea4eba..40384c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,10 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       X9.9 OTP tokens. Fixes: #1027. For this to work correctly, the challenge
       string needs to be displayed to the user.
 
+  [ Oleksandr Shneyder ]
+  * New upstream release (4.0.5.2):
+    - reset session data in broker config.
+
  -- X2Go Release Manager <git-admin at x2go.org>  Thu, 24 Mar 2016 23:04:42 +0100
 
 x2goclient (4.0.5.1-0x2go1) unstable; urgency=low
diff --git a/src/httpbrokerclient.cpp b/src/httpbrokerclient.cpp
index 4356c93..b2a527a 100644
--- a/src/httpbrokerclient.cpp
+++ b/src/httpbrokerclient.cpp
@@ -518,6 +518,7 @@ void HttpBrokerClient::slotRequestFinished ( QNetworkReply*  reply )
 
 void HttpBrokerClient::parseSession(QString sinfo)
 {
+    config->sessiondata="";
     x2goDebug<<"Starting parser.";
     QStringList lst=sinfo.split("SERVER:",QString::SkipEmptyParts);
     int keyStartPos=sinfo.indexOf("-----BEGIN DSA PRIVATE KEY-----");

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list