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

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:53:14 CET 2014


The branch, build-baikal has been updated
       via  bdc59b18fb00f34783054729fa95f386e967aa51 (commit)
      from  02a04996135a5caf97f79e55b73bd4c2c442540c (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            |    1 +
 x2goserver/lib/x2gogetagent |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 83fefdb..5a03238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ x2goserver (3.1.1.5-0~x2go1) UNRELEASED; urgency=low
       GNOME.'' from last release.
     - Detect i18n name of Desktop folder via XDG_DESKTOP_DIR environment
       variable.
+    - Fix database call in x2gogetagent.
   * /debian/control:
     + Depend on libfile-basedir-perl.
  
diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent
index cfb8078..d61b4bd 100755
--- a/x2goserver/lib/x2gogetagent
+++ b/x2goserver/lib/x2gogetagent
@@ -30,8 +30,8 @@ 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 
-closelog;
\ No newline at end of file
+closelog;


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