From 98f74051bb5a3f6e2b78610343c2c59e203c38ab Mon Sep 17 00:00:00 2001 From: patrik Date: Mon, 4 Jun 2012 04:19:48 +0000 Subject: [PATCH] added missing return _ENV; to ipp library --- nselib/ipp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nselib/ipp.lua b/nselib/ipp.lua index d3e574383..047880a78 100644 --- a/nselib/ipp.lua +++ b/nselib/ipp.lua @@ -436,3 +436,5 @@ Helper = { return self.socket:close() end, } + +return _ENV; \ No newline at end of file