[X2Go-Commits] [x2goserver] 01/01: X2Go/Server/DB/PostgreSQL.pm: fix syntax error.
git-admin at x2go.org
git-admin at x2go.org
Sat Feb 24 00:35:21 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mysql-backend
in repository x2goserver.
commit f86c708513f864af7c4e99b34ef4fbebb99c60ea
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Feb 24 00:33:45 2018 +0100
X2Go/Server/DB/PostgreSQL.pm: fix syntax error.
---
X2Go/Server/DB/PostgreSQL.pm | 1 +
debian/changelog | 1 +
2 files changed, 2 insertions(+)
diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm
index 622489e..e04f6c4 100644
--- a/X2Go/Server/DB/PostgreSQL.pm
+++ b/X2Go/Server/DB/PostgreSQL.pm
@@ -120,6 +120,7 @@ sub init_db
}
if ($move_file)
+ {
# Password file needs move.
move($old_location, $passfile) or die "Unable to move PostgreSQL user password file from '$old_location' to '$passfile'<br>";
}
diff --git a/debian/changelog b/debian/changelog
index fd52f40..9cc05f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -89,6 +89,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
uninstalling the tarball manually.
- x2goserver/sbin/x2godbadmin: no need to specify or use database for
list_users operation.
+ - X2Go/Server/DB/PostgreSQL.pm: fix syntax error.
* debian/{control,compat}:
+ Bump DH compat level to 9.
* debian/:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list