This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 6957a4b debian/control: maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. new cd30849 reset session data in broker config. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++++ src/httpbrokerclient.cpp | 1 + 2 files changed, 5 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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@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