The branch, build-baikal has been updated via 02a04996135a5caf97f79e55b73bd4c2c442540c (commit) from b779443c944d50221895a06abb811ffe974144c8 (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: debian/changelog | 2 -- x2goserver/lib/x2gogetagent | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 37140d6..83fefdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,6 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low - Fix new SQLite3 wrapper for db_getmounts Perl call. - Fix list output in new SQLite3 wrapper. - Make session type label XFCE a valid session that starts xfce4-session. - - Fix typo fix in x2goagent introduced by an earlier commit (closes - upstream issue #50). * /debian/control: + Package X2Go::Log in separate package: libx2go-log-perl. + Package X2Go::Server::DB in separate package: libx2go-server-db-perl. diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent index 66c6e64..cfb8078 100755 --- a/x2goserver/lib/x2gogetagent +++ b/x2goserver/lib/x2gogetagent @@ -30,7 +30,7 @@ openlog($0,'cons,pid','user'); setlogmask( LOG_UPTO(loglevel()) ); my $sid=shift or die; -my $agent = db_getagent($sid); +my $agent = db_getagent $sid; print $agent; # closing syslog 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).