1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
This commit is contained in:
david
2012-05-28 17:08:17 +00:00
parent 1b661b2da6
commit 8175095717

View File

@@ -362,7 +362,7 @@ static nse_nsock_udata *check_nsock_udata (lua_State *L, int idx, int open)
if (open && nu->nsiod == NULL) { if (open && nu->nsiod == NULL) {
/* The socket hasn't been connected or setup yet. Try doing a setup, or /* 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) { if (nu->proto == IPPROTO_UDP) {
nsock_pool nsp; nsock_pool nsp;