mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
fix silly perl error in commit d064afc720
This commit is contained in:
parent
26ac261ee4
commit
e014d25dea
1 changed files with 1 additions and 2 deletions
|
|
@ -1344,8 +1344,7 @@ sub get_free_port
|
|||
if ($found == 1)
|
||||
{
|
||||
foreach my $addr (qw(127.0.0.1),
|
||||
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
|
||||
$use_tcp && $TestLib::windows_os
|
||||
($use_tcp && $TestLib::windows_os)
|
||||
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
|
||||
: ())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue