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

x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.

commit bda4775a1ec550344ec9101a804a5954cbed5538
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Mon May 14 14:54:23 2018 +0200

    pyhoca/cli/frontend.py: Fix for previous commit (2).
---
 pyhoca/cli/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index e7f40012..bd7e9cc2 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -474,7 +474,7 @@ class PyHocaCLI(x2go.X2GoClient):
             _auth_count = self.auth_attempts +1
             while not connected and _auth_count:
                 try:
-                    if self.args.force_password_auth:
+                    if self.args.force_password:
                         self.args.password = getpass.getpass()
                     self._X2GoClient__connect_session(self.x2go_session_hash, 
username=_username, password=self.args.password, 
force_password_auth=force_password_auth)
                     connected = True

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to