Skip to content

Commit f7ac005

Browse files
committed
fix silly perl error in commit d064afc
1 parent b931304 commit f7ac005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,7 @@ sub get_free_port
11721172
if ($found == 1)
11731173
{
11741174
foreach my $addr (qw(127.0.0.1),
1175-
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
1176-
$use_tcp && $TestLib::windows_os
1175+
($use_tcp && $TestLib::windows_os)
11771176
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
11781177
: ())
11791178
{

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