[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:11 CET 2017
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 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.
---
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
More information about the x2go-commits
mailing list