From 2a9f389fcc3d7f25da76c2e0d74872e855e02859 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Feb 2010 03:51:05 +0000 Subject: [PATCH] Make the module declaration in citrixxml.lua match the file name. It was "citrix" and not "citrixxml". --- nselib/citrixxml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/citrixxml.lua b/nselib/citrixxml.lua index d5eed35f0..718b88c34 100644 --- a/nselib/citrixxml.lua +++ b/nselib/citrixxml.lua @@ -19,7 +19,7 @@ require 'http' -module(... or "citrix",package.seeall) +module(... or "citrixxml",package.seeall) --- Decodes html-entities to chars eg. => --