o [NSE] Minor change to vuzedht library to fix a bug that failed nsedoc from

building properly. [Patrik]
This commit is contained in:
patrik 2011-12-13 21:26:19 +00:00
parent 787c61b718
commit 31803a37f9

View file

@ -43,7 +43,9 @@ Request = {
new = function(self, action, session)
local o = {
conn_id = string.char(255) .. openssl.rand_pseudo_bytes(7),
action = action,
-- we need to handle this one like this, due to a bug in nsedoc
-- it used to be action = action, but that breaks parsing
["action"] = action,
trans_id = session:getTransactionId(),
proto_version = 0x32,
vendor_id = 0,