This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit e81a3cd44226afc60eb1573bc4bd592564698002 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 25 12:14:52 2014 +0200 fix for commit 22a4bd1f152ff9f11a7e1da3a6a6ceefb47f0a2f --- x2goserver/bin/x2golistdesktops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 073541f..0a23ca2 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -61,7 +61,7 @@ my $rdisp=join("I",@rdisplays); $rdisp="I${rdisp}I"; my $uname=$ENV{'USER'}; -my system_capture_stdout_output("ss", "-lxu"); +my $lines=system_capture_stdout_output("ss", "-lxu"); my @lines=split("\n", "$lines"); my @outp = grep ( /(@| )\/tmp\/.X11-unix\/X.*/, @lines); -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git