[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-314-g5838372
X2go dev team
git-admin at x2go.org
Tue Sep 27 16:52:45 CEST 2011
The branch, master has been updated
via 5838372eb96984eb8985b34c21962e8701e22a08 (commit)
from 39d5a358ac37db30d62e89a65ecf70c5329307a6 (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 -----------------------------------------------------------------
commit 5838372eb96984eb8985b34c21962e8701e22a08
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Sep 27 16:52:42 2011 +0200
Syntax fix in x2golistsessions_sql, hopefully fixes broken x2gocleansessions.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
x2goserver/lib/x2golistsessions_sql | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 072608d..ab491b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -94,6 +94,7 @@ x2goserver (3.0.99.6-0~x2go1) UNRELEASED; urgency=low
* Change of Desktop icons for shared folders. This change is needed for
parallel installation of x2gognomebindings and x2golxdebindings.
* Only remove server-side session directory if x2goruncommand has not failed.
+ * Syntax fix in x2golistsessions_sql, hopefully fixes broken x2gocleansessions.
[ Ivan Kabaivanov ]
* Makefile fix around man page installation in x2goserver-compat package.
diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql
index 6d13e7b..bde7a25 100755
--- a/x2goserver/lib/x2golistsessions_sql
+++ b/x2goserver/lib/x2golistsessions_sql
@@ -47,7 +47,7 @@ for ( $i=0;$i<@array;$i++)
my @ln=split('\|', at array[$i]);
if (@ln[4] eq "F")
{
- my $sid = @ln[1]
+ my $sid = @ln[1];
dbsys_rmsessionsroot($sid);
syslog('debug', "Purging finished session from X2go db, session ID: $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