Skip to content

Commit cf2dc45

Browse files
committed
Fix undefined var per issue 141
1 parent e755e70 commit cf2dc45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

check_postgres.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ package check_postgres;
17921792
our $VERBOSE = $opt{verbose} || 0;
17931793
$VERBOSE = 5 if $opt{vv};
17941794

1795-
our $OUTPUT = lc($opt{output} || '');
1795+
our $OUTPUT = lc($opt{output} // '');
17961796

17971797
## Allow the optimization of the get_methods list by an argument
17981798
if ($opt{get_method}) {
@@ -11379,6 +11379,8 @@ =head1 HISTORY
1137911379
1138011380
Allow commas in passwords via --dbpass for one-connection queries (Greg Sabino Mullane) [Github issue #133]
1138111381
11382+
Fix undefined variable error (Greg Sabino Mullane) [Github issue #141]
11383+
1138211384
1138311385
=item B<Version 2.26.0> Released April 3, 2023
1138411386

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy