From 0399bc71c51067892648b4f4f18eb3ff38d2f44f Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Sep 2008 18:59:31 +0000 Subject: [PATCH] Give dns.lua default module name like the others if absent --- nselib/dns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/dns.lua b/nselib/dns.lua index b8d340d12..aba9c3a00 100644 --- a/nselib/dns.lua +++ b/nselib/dns.lua @@ -1,4 +1,4 @@ -module(...,package.seeall) +module(... or "dns", package.seeall) -- simple DNS library -- packet creation, encoding, decoding, querying