This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from b3401d3 fix for last commit (export has_agent_state_file, thanks for nanook for bringing up this issue on x2go-user ML) new 2835ee9 fix for last commit 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 +- x2goserver/sbin/x2golistsessions_root | 2 +- 2 files 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 2835ee99b2cfa607e49a8016e839c6e4d85ab326 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Oct 19 00:56:38 2014 +0200 fix for last commit --- x2goserver/bin/x2golistsessions | 2 +- x2goserver/sbin/x2golistsessions_root | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index fa21f7b..37012f7 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -70,7 +70,7 @@ for (my $i=0;$i<@outp;$i++) { print "@outp[$i]\n"; } - else if (has_agent_state_file(@sinfo[1], @sinfo[11])) + elsif (has_agent_state_file(@sinfo[1], @sinfo[11])) { if (@sinfo[4]eq 'R') { diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index 87149be..ef954b8 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -51,7 +51,7 @@ for (my $i=0;$i<@outp;$i++) { print "@outp[$i]\n"; } - else if (has_agent_state_file(@sinfo[1],@sinfo[11])) + elsif (has_agent_state_file(@sinfo[1],@sinfo[11])) { if (@sinfo[4]eq 'R') { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git