1
0
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:
david
2010-02-11 03:51:05 +00:00
parent 2bc80c4075
commit 2a9f389fcc

View File

@@ -19,7 +19,7 @@
require 'http'
module(... or "citrix",package.seeall)
module(... or "citrixxml",package.seeall)
--- Decodes html-entities to chars eg. &#32; => <space>
--