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

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

commit fd23c68a8afe2c105fc87a0e0de15431af552dc9
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Sat Nov 10 19:48:32 2012 +0100

    fix for last commit
---
 pyhoca-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca-cli b/pyhoca-cli
index 1e9dd127..42fe2b6f 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -377,7 +377,7 @@ Possible values for the --pack NX option are:
         (a.username, a.password, a.server, a.command) = 
lightdm_remote_login_hash.split()
         if ":" in a.server:
             a.remote_ssh_port = a.server.split(':')[-1]
-            a.server = a.server.split(':')[:-1]
+            a.server = ':'.join(a.server.split(':')[:-1])
         a.command = a.command.upper()
         a.geometry = 'fullscreen'
 

--
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