[X2Go-Commits] [x2gobroker] 01/01: fix for f2cb22f

git-admin at x2go.org git-admin at x2go.org
Mon Apr 13 13:23:50 CEST 2015


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 4c002d3ad3a5f7bc18305e328f4bc878446784fb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Apr 13 13:23:36 2015 +0200

    fix for f2cb22f
---
 x2gobroker/brokers/base_broker.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index d613109..9325b8c 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -1239,7 +1239,7 @@ class X2GoBroker(object):
                 if key == 'user' and profile[key] == 'BROKER_USER':
                     profile[key] = unicode(username)
 
-                if profile[key] = "not-set":
+                if profile[key] == "not-set":
                     del profile[key]
 
             if self.get_session_autologin(profile_id):

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


More information about the x2go-commits mailing list