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 e7164fa x2goserver/bin/x2gostartagent: convert X2GO_PORT searching algorithm to pure bash and let script fail if no display port is available. new afb3636 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 release/4.0.1.x in repository x2goserver. commit afb36362dd5765bf49602969ec93669b271afd2c 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. --- debian/changelog | 2 ++ x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c40c55d..e2de532 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,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 b2c79f3..fb4321d 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -232,7 +232,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