mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 21:29:01 +00:00
Make the module declaration in citrixxml.lua match the file name. It was
"citrix" and not "citrixxml".
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
require 'http'
|
||||
|
||||
module(... or "citrix",package.seeall)
|
||||
module(... or "citrixxml",package.seeall)
|
||||
|
||||
--- Decodes html-entities to chars eg.   => <space>
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user