1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

remove old commented code

This commit is contained in:
batrick
2010-12-08 14:19:08 +00:00
parent 86993d74d5
commit 47e6012b15

View File

@@ -1118,7 +1118,6 @@ local function request(host, port, data, options)
method = string.match(data, "^(%S+)")
--io.write(data)
socket, partial = comm.tryssl(host, port, data, { timeout = options.timeout })
if not socket then