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

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 master
in repository x2goserver.

commit de77b3a1f81c9a0c4b2cbd6b4ddec3805cd43e43
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 20 21:17:28 2014 +0200

    fix for f2ca618e1
---
 X2Go/Server/Agent/NX.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm
index eca431c..60c0f17 100644
--- a/X2Go/Server/Agent/NX.pm
+++ b/X2Go/Server/Agent/NX.pm
@@ -73,8 +73,8 @@ sub session_is_running
 
 sub has_agent_state_file
 {
-	my $sess=@_[0];
-	my $user=@_[1];
+	my $sess=@_[1];
+	my $user=@_[2];
 	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