The branch, master 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 ----------------------------------------------------------------- commit 2a683a36922943b7a3f9216d73f2eeddeb7fb8fe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 5 14:06:21 2012 +0200 fix x2golistsessions_root with SQLite3 ----------------------------------------------------------------------- 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).