mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Merge 0eb1ed85bf into 22a5194e18
This commit is contained in:
commit
f58be3541c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,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 = o.options.servername or stdnse.get_hostname(host)
|
||||
setmetatable(o, self)
|
||||
self.__index = self
|
||||
return o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue