The branch, release/4.0.1.x 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@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]." ".@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).