This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from e459c62 x2goserver/bin/x2gostartagent: convert X2GO_PORT searching algorithm to pure bash and let script fail if no display port is available. new ad6391d x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last change to this file. 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: debian/changelog | 2 ++ x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.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 ad6391d55b14773a31549f04b23df1410d718fd9 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 28 04:31:33 2017 +0100 x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last change to this file. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 2 ++ x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e3031f..5d250cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -243,6 +243,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium re-assigned to other sessions in the meantime. - x2goserver/bin/x2gostartagent: convert X2GO_PORT searching algorithm to pure bash and let script fail if no display port is available. + - x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last + change to this file. * x2goserver.spec: - Add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 161b5bc..c2a8e8c 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -221,7 +221,7 @@ elsif ($pid == 0 ) if (@sinfo[4] eq 'F') { - if (!check_pid (@sinfo[0], @sinfo[1], 100) { + if (!check_pid (@sinfo[0], @sinfo[1], 100)) { # No clean up necessary, as the agent is dead. # Removing sockets again would only lead to potentially # overwriting the socket another session claimed in-between. -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git