mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Don't use a listen address by default.
This commit is contained in:
parent
1baf716fd0
commit
b76967c325
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ sub wait_listen {
|
|||
}
|
||||
|
||||
sub ncat_server {
|
||||
my @ret = ncat($HOST, $PORT, "--test", "-l", @_);
|
||||
my @ret = ncat($PORT, "--test", "-l", @_);
|
||||
wait_listen($ret[3]);
|
||||
return @ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue