[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-14-gbc7c1ee

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


The branch, build-baikal has been updated
       via  bc7c1ee39389edde4882981f410707f19a4362b7 (commit)
      from  1204142af2c8e7f6430136d50ff8f6b40fbc99f2 (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 |    6 ++++++
 x2godbwrapper.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 6424e87..40b449e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2goserver (3.0.99-5) unstable; urgency=low
+
+  * fixed db_getserver
+
+ -- Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>  Wed, 30 Mar 2011 18:16:48 +0200
+
 x2goserver (3.0.99-4) unstable; urgency=low
 
   * support for ssl connect (postgresql)
diff --git a/x2godbwrapper.pm b/x2godbwrapper.pm
index d433cad..4312cf0 100644
--- a/x2godbwrapper.pm
+++ b/x2godbwrapper.pm
@@ -426,7 +426,7 @@ sub db_getservers
 	       my $i=0;
                while (@data = $sth->fetchrow_array) 
                {
-		   @strings[$i++]=@data[0];
+		   @strings[$i++]=@data[0]." ". at data[1];
                }
 	       $sth->finish();
 	       $dbh->disconnect();


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