The branch, master has been updated via b779443c944d50221895a06abb811ffe974144c8 (commit) from 40589aa3d6f8b042c665e89472e6f5c471e0a98d (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 b779443c944d50221895a06abb811ffe974144c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 22 21:38:34 2012 +0200 Fix typo fix in x2goagent introduced by an earlier commit (closes upstream issue #50). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/lib/x2gogetagent | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 83fefdb..37140d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ 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 cfb8078..66c6e64 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).