mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Typo.
This commit is contained in:
parent
e373fd5a5c
commit
48058be247
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ sub ncat {
|
|||
# print join(" ", ($NCAT, @_)) . "\n";
|
||||
$pid = open3(*IN, *OUT, *ERR, $NCAT, @_);
|
||||
if (!defined $pid) {
|
||||
die "open2 failed";
|
||||
die "open3 failed";
|
||||
}
|
||||
return ($pid, *OUT, *IN, *ERR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue