1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Whitespace.

This commit is contained in:
david
2013-02-24 02:50:02 +00:00
parent ee4d1e126b
commit 0fceb95b5a

View File

@@ -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\"";