diff options
author | Greg Sabino Mullane | 2009-08-07 14:06:20 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-07 14:06:20 +0000 |
commit | b32479e6d18df80ad548873a670f099f5ca89402 (patch) | |
tree | 840aaf87150eaa0f21c4122c392f4216025b9fb3 /check_postgres.pl | |
parent | 46b0516cce304efa8870294cd7d6fe409658b4bc (diff) |
Overlooked var
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index cdf9dcad1..bce5cd44f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -622,7 +622,7 @@ if (defined $rcfile) { } ## These options are multiples ('@s') - for my $arr (qw/include exclude includeuser excludeuser host port dbname dbpass dbservice/) { + for my $arr (qw/include exclude includeuser excludeuser host port dbuser dbname dbpass dbservice/) { if ($name eq $arr or $name eq "${arr}2") { push @{$opt{$name}} => $value; next RCLINE; |