This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 2835ee9 fix for last commit new de77b3a fix for f2ca618e1 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: X2Go/Server/Agent/NX.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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@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