From a9e49474110e387c853b028d94f5c57b8e99f69f Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 Dec 2010 22:40:41 +0000 Subject: [PATCH] =?UTF-8?q?Make=20msrpc.call=5Ffunction=20a=20public=20fun?= =?UTF-8?q?ction.=20stuxnet-detect.nse=20is=20about=20to=20need=20this,=20?= =?UTF-8?q?and=20Dra=C5=BEen=20had=20to=20do=20it=20too=20while=20he=20was?= =?UTF-8?q?=20working=20on=20the=20NDR=20library.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nselib/msrpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/msrpc.lua b/nselib/msrpc.lua index f70fc75ba..a51477739 100644 --- a/nselib/msrpc.lua +++ b/nselib/msrpc.lua @@ -294,7 +294,7 @@ end -- useful one being 'arguments', which are the values returned by the server. If the packet is fragmented, the fragments -- will be reassembled and 'arguments' will represent all the arguments; however, the rest of the result table will represent -- the most recent fragment. -local function call_function(smbstate, opnum, arguments) +function call_function(smbstate, opnum, arguments) local i local status, result local parameters, data