mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Whitespace.
This commit is contained in:
@@ -400,7 +400,7 @@ sub {
|
||||
$resp = timeout_read($s_out);
|
||||
$resp eq "abc\n" or die "Server got \"$resp\", not \"abc\\n\"";
|
||||
|
||||
my ($c_pid2, $c_out2, $c_in2) = ncat("-6",$IPV6_ADDR);
|
||||
my ($c_pid2, $c_out2, $c_in2) = ncat("-6", $IPV6_ADDR);
|
||||
syswrite($c_in2, "abc\n");
|
||||
$resp = timeout_read($s_out);
|
||||
$resp eq "abc\n" or die "Server got \"$resp\", not \"abc\\n\"";
|
||||
|
||||
Reference in New Issue
Block a user