1
0
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:
patrik
2012-06-06 22:04:28 +00:00
parent c4617f8d31
commit 721ac80024
7 changed files with 19 additions and 85 deletions

View File

@@ -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