mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
reverted previous commit, due to unfinnished changes in smb, asn1 and smbauth
libraries.
This commit is contained in:
@@ -121,7 +121,7 @@ XMPP = {
|
||||
options = options or {},
|
||||
auth = { mechs = {} } }
|
||||
o.options.timeout = o.options.timeout and o.options.timeout or 10
|
||||
o.servername = stdnse.get_hostname(host) or o.options.servername
|
||||
o.servername = host.targetname or o.options.servername
|
||||
setmetatable(o, self)
|
||||
self.__index = self
|
||||
return o
|
||||
|
||||
Reference in New Issue
Block a user