[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-66-g2a683a3

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:59 CET 2014


The branch, build-baikal has been updated
       via  2a683a36922943b7a3f9216d73f2eeddeb7fb8fe (commit)
      from  55d23d3c52f83f81bf9826e4e816a12e8083affe (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:
 X2Go/Server/DB/SQLite3.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm
index 3a8df6f..c644cd2 100644
--- a/X2Go/Server/DB/SQLite3.pm
+++ b/X2Go/Server/DB/SQLite3.pm
@@ -102,7 +102,7 @@ sub dbsys_listsessionsroot
 		syslog('error', "listsessionsroot (SQLite3 session db backend) failed with exitcode: $sth->err()");
 		die();
 	}
-	my @sessions = fetchrow_array_session_entries($sth);
+	my @sessions = fetchrow_array_datasets($sth);
 	$sth->finish();
 	$dbh->disconnect();
 	return @sessions;


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