[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 4.0.0.2-21-gab4d1af
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:22:24 CET 2013
The branch, build-baikal has been updated
via ab4d1afa5aa7a43024c597b04001d974442a4aee (commit)
from ebecd197e48170e7cf879a3123d90e8298fa5635 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/lib/x2golistsessions_sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql
index 6fb8d2f..b667b4f 100755
--- a/x2goserver/lib/x2golistsessions_sql
+++ b/x2goserver/lib/x2golistsessions_sql
@@ -59,7 +59,7 @@ my $i;
for ( $i=0;$i<@array;$i++)
{
my @ln=split('\|', at array[$i]);
- if ((@ln[4] eq "F") && (!check_pid(@ln[0], @ln[1])))
+ if ((@ln[4] eq "F") && (check_pid(@ln[0], @ln[1]))
{
my $sid = @ln[1];
dbsys_rmsessionsroot($sid);
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
More information about the x2go-commits
mailing list