mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Typo.
This commit is contained in:
parent
1b661b2da6
commit
8175095717
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ static nse_nsock_udata *check_nsock_udata (lua_State *L, int idx, int open)
|
|||
|
||||
if (open && nu->nsiod == NULL) {
|
||||
/* The socket hasn't been connected or setup yet. Try doing a setup, or
|
||||
throw and error if that's not possible. */
|
||||
throw an error if that's not possible. */
|
||||
if (nu->proto == IPPROTO_UDP) {
|
||||
nsock_pool nsp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue