[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.4-11-g3e7f787
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:22:15 CET 2013
The branch, build-baikal has been updated
via 3e7f787ba06ffd6a90e48816cd1789b76ada4d64 (commit)
from fe8874ec148a015f0bff75407e00aa1b9ee9a99a (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 | 3 ++-
x2goserver/lib/x2gogetagent | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e93af82..68aa78a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,8 @@ 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.
- * /debian/control:
+ - Fix database call in x2gogetagent.
+ * /debian/control:
+ Depend on libfile-basedir-perl.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 25 Sep 2012 15:03:32 +0200
diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent
index 7462550..897d75e 100755
--- a/x2goserver/lib/x2gogetagent
+++ b/x2goserver/lib/x2gogetagent
@@ -31,8 +31,8 @@ openlog($0,'cons,pid','user');
setlogmask( LOG_UPTO(x2gologlevel()) );
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