mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
Switch to string packing instead of bin packing and return order for asn1-related libs
This commit is contained in:
@@ -113,7 +113,7 @@ function action(host,port)
|
||||
if ( not(status) ) then return data end
|
||||
socket:close()
|
||||
|
||||
local _, response = ldap.decode(data)
|
||||
local response = ldap.decode(data)
|
||||
|
||||
-- make sure the result code was a success
|
||||
local rescode = ( #response >= 2 ) and response[2]
|
||||
|
||||
Reference in New Issue
Block a user