Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 574a1b8

Browse filesBrowse files
committed
fix silly perl error in commit d064afc
1 parent d31ae92 commit 574a1b8
Copy full SHA for 574a1b8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎src/test/perl/PostgresNode.pm

Copy file name to clipboardExpand all lines: src/test/perl/PostgresNode.pm
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,7 @@ sub get_free_port
12001200
if ($found == 1)
12011201
{
12021202
foreach my $addr (qw(127.0.0.1),
1203-
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
1204-
$use_tcp && $TestLib::windows_os
1203+
($use_tcp && $TestLib::windows_os)
12051204
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
12061205
: ())
12071206
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.