This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 67f8ec0 fix for last commit new 8c0ff33 fix for fcbd37ba5 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: x2goserver/bin/x2golistsessions | 2 ++ 1 file changed, 2 insertions(+) -- 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 release/4.0.1.x in repository x2goserver. commit 8c0ff3355f527038396cbd0e48aa2f0017eb29d6 Author: Mike Gabriel <mike.gabriel@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