summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-08 18:59:29 +0200
committerGitHub <noreply@github.com>2016-07-08 18:59:29 +0200
commit5880669daea07f078e2bd9deb6e1a0793f6a929f (patch)
treeb6fb7b30521c69af82f25626ad05f5d35643c8e7 /Bugzilla/DB.pm
parentc0cf9b11fb4a21387126069ff8cd7e3400a8de39 (diff)
downloadbugzilla-5880669daea07f078e2bd9deb6e1a0793f6a929f.tar.gz
bugzilla-5880669daea07f078e2bd9deb6e1a0793f6a929f.tar.xz
Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the "template1" database
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 6832e0ce7..68582305f 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -247,7 +247,6 @@ sub _get_no_db_connection {
my ($sql_server) = @_;
my $dbh;
my %connect_params = %{ Bugzilla->localconfig };
- $connect_params{db_name} = '';
my $conn_success = eval {
$dbh = _connect(\%connect_params);
};