From: Greg Sabino Mullane Date: Fri, 7 Aug 2009 14:06:20 +0000 (-0400) Subject: Overlooked var X-Git-Tag: 2.11.0~19 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b32479e6d18df80ad548873a670f099f5ca89402;p=check_postgres.git Overlooked var --- 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;