[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.1.0.1-32-g266606a

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:35:21 CEST 2013


The branch, release/4.0.1.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/lib/x2gosqlitewrapper.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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