Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda3eb commit d422a2aCopy full SHA for d422a2a
src/test/recovery/t/001_stream_rep.pl
@@ -85,7 +85,8 @@ sub test_target_session_attrs
85
my $node2_port = $node2->port;
86
my $node2_name = $node2->name;
87
88
- my $target_name = $target_node->name if (defined $target_node);
+ my $target_name = undef;
89
+ $target_name = $target_node->name if (defined $target_node);
90
91
# Build connection string for connection attempt.
92
my $connstr = "host=$node1_host,$node2_host ";
0 commit comments