[X2Go-Commits] [x2goclient] 04/04: src/onmainwindow.cpp: correctly initialize brokerAuthentication member of ConfigFile struct.

git-admin at x2go.org git-admin at x2go.org
Wed Feb 14 22:55:32 CET 2018


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 49d88623b3d33baed6f4edd83243bc4b9ecd9ab2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Feb 14 22:52:14 2018 +0100

    src/onmainwindow.cpp: correctly initialize brokerAuthentication member of ConfigFile struct.
---
 debian/changelog     | 2 ++
 src/onmainwindow.cpp | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6949544..9e7c201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -77,6 +77,8 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium
       #1209.
     - man/man1/x2goclient.1: clarify what the close button now does. It either
       lets the user re-login to the broker or closes the client.
+    - src/onmainwindow.cpp: correctly initialize brokerAuthentication member
+      of ConfigFile struct.
 
   [ Oleksandr Shneyder ]
   * New upstream version (4.1.1.1):
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 34fd4eb..0caa920 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -133,6 +133,7 @@ ONMainWindow::ONMainWindow ( QWidget *parent ) :QMainWindow ( parent )
     config.brokerAutologin=false;
     config.brokerKrbLogin=false;
     config.brokerAutologoff=false;
+    config.brokerAuthenticated = false;
     config.published=false;
     cmdAutologin=false;
 #if defined (Q_OS_DARWIN) || defined (Q_OS_WIN)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list