[X2go-Commits] x2goserver.git - backport-lenny (branch) updated: 3.1.0.1-37-g07ee941
X2Go dev team
git-admin at x2go.org
Sat Mar 17 16:27:18 CET 2012
The branch, backport-lenny has been updated
via 07ee9414f510fabebe64b2bc825090f49fec80e9 (commit)
from 50a436a8e4694857153d9822afdc7ef773866773 (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 07ee9414f510fabebe64b2bc825090f49fec80e9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Mar 17 16:26:28 2012 +0100
typo fix
-----------------------------------------------------------------------
Summary of changes:
x2goserver/lib/x2gosqlitewrapper.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index bb0e621..ba2c02d 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -213,7 +213,7 @@ elsif($cmd eq "insertport")
my $sth=$dbh->prepare("insert into used_ports (server,session_id,port) values (?, ?, ?)");
check_user($sid);
$sth->execute($server, $sid, $sshport);
- if ($sth-err())
+ if ($sth->err())
{
syslog('error', "insertport (SQLite3 session db backend) failed with exitcode: $sth->err()");
die();
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