Skip to content

Commit 398ba7c

Browse files
committed
more fail-save date detection (for 5-digit years)
1 parent 12f7645 commit 398ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_postgres.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3435,7 +3435,7 @@ sub setup_target_databases {
34353435
my $got_multiple = 0;
34363436
for my $v (keys %$conn) {
34373437
next if $v eq 'dbpass' or ! defined $opt{$v}[0];
3438-
my $num = 0; # $opt{$v}->@*;
3438+
my $num = $opt{$v}->@*;
34393439
if ($num > 1 or $opt{$v}[0] =~ /,/) {
34403440
$got_multiple = 1;
34413441
last;

0 commit comments

Comments
 (0)