[X2Go-Commits] [x2goserver] 01/01: x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last change to this file.

git-admin at x2go.org git-admin at x2go.org
Tue Feb 28 04:32:45 CET 2017


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 at 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


More information about the x2go-commits mailing list