1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Removed an old false comment.

This commit is contained in:
batrick
2010-04-30 19:56:16 +00:00
parent b7387894f5
commit 9ead4dec87

View File

@@ -1102,7 +1102,6 @@ static int l_nsock_receive_buf(lua_State * L)
}
return 2;
}
/* yielding with 3 arguments since we need them when the callback arrives */
set_thread(L, 1, udata);
return nse_yield(L);
}