mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Removed unused bopt variable.
This commit is contained in:
parent
6bbfb06704
commit
990cb8965d
1 changed files with 2 additions and 2 deletions
|
|
@ -423,9 +423,9 @@ request = function( host, port, data, options )
|
|||
|
||||
local response = {}
|
||||
local result = {status=nil,["status-line"]=nil,header={},body=""}
|
||||
local socket, bopt
|
||||
local socket
|
||||
|
||||
socket, response[1], bopt = comm.tryssl(host, port, data, opts)
|
||||
socket, response[1] = comm.tryssl(host, port, data, opts)
|
||||
|
||||
if not socket or not response then
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue