[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.0.1-32-g266606a
X2Go dev team
git-admin at x2go.org
Sat Mar 17 16:27:18 CET 2012
The branch, master has been updated
via 266606a478e62c680d8124eb5750eb0b2a36960a (commit)
from d11ed3f11aa6c1b4264f8b4bcf7eedf7e9d3bada (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 266606a478e62c680d8124eb5750eb0b2a36960a
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