[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-59-gd2569f8

X2Go dev team git-admin at x2go.org
Fri Sep 21 11:28:38 CEST 2012


The branch, master has been updated
       via  d2569f812af10e706ce78a665aa28f86aa86ec5f (commit)
      from  539006bf0a1b87dd6ac75379f3006155974580ae (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 d2569f812af10e706ce78a665aa28f86aa86ec5f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Sep 21 11:28:36 2012 +0200

    Fix list output in new SQLite3 wrapper.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    1 +
 .../lib/libx2go-server-db-sqlite3-wrapper.pl       |    6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 95c7108..6610c6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low
     - Install /etc/x2go/x2go_logout with its directory x2go_logout.d via
       Makefile installation.
     - Fix new SQLite3 wrapper for db_getmounts Perl call.
+    - Fix list output in new SQLite3 wrapper.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Depend on nx-libs (>=3.5.0.15-0~) which has the Xrandr symlinks folder.
diff --git a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
index df5d18f..980acb9 100755
--- a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
+++ b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
@@ -43,10 +43,8 @@ sub print_result
 
 sub print_result_list
 {
-	foreach ( shift )
-	{
-		print @_, "\n";
-	}
+	my @list = @_;
+	print join("\n", @list);
 }
 
 my $result;


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