mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Make the module declaration in citrixxml.lua match the file name. It was
"citrix" and not "citrixxml".
This commit is contained in:
parent
2bc80c4075
commit
2a9f389fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
require 'http'
|
||||
|
||||
module(... or "citrix",package.seeall)
|
||||
module(... or "citrixxml",package.seeall)
|
||||
|
||||
--- Decodes html-entities to chars eg.   => <space>
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue