mirror of
https://github.com/nmap/nmap.git
synced 2025-12-23 16:09:02 +00:00
Comment typo.
This commit is contained in:
@@ -839,8 +839,8 @@ static int l_new (lua_State *L)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Common subfunction to l_close and l_connect. l_connect calls this when a
|
/* Common subfunction to l_close and l_connect. l_connect calls this when a
|
||||||
socket when a second attempt is made to connect a socket that has already had
|
second attempt is made to connect a socket that has already had a connection
|
||||||
a connection attempt. */
|
attempt. */
|
||||||
static void close_internal (lua_State *L, nse_nsock_udata *nu)
|
static void close_internal (lua_State *L, nse_nsock_udata *nu)
|
||||||
{
|
{
|
||||||
trace(nu->nsiod, "CLOSE", TO);
|
trace(nu->nsiod, "CLOSE", TO);
|
||||||
|
|||||||
Reference in New Issue
Block a user