[X2Go-Commits] [x2goserver] 01/01: fix for fcbd37ba5

git-admin at x2go.org git-admin at x2go.org
Mon Oct 20 21:22:40 CEST 2014


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

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit 8c0ff3355f527038396cbd0e48aa2f0017eb29d6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 20 21:22:23 2014 +0200

    fix for fcbd37ba5
---
 x2goserver/bin/x2golistsessions |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions
index 718fbaf..ad544f7 100755
--- a/x2goserver/bin/x2golistsessions
+++ b/x2goserver/bin/x2golistsessions
@@ -81,6 +81,8 @@ sub has_agent_state_file
 
 sub get_agent_state
 {
+	my $sess=@_[0];
+	my $user=@_[1];
 	my $state;
 	my $stateFile = "/tmp/.x2go-".$user."/C-".$sess."/state";
 	if (! -e $stateFile )

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


More information about the x2go-commits mailing list