Typo fix
git-svn-id: file:///home/svn/framework3/trunk@10315 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8cf8fe9436
commit
44a67d0440
|
@ -321,7 +321,7 @@ EVADE = Rex::Proto::SMB::Evasions
|
|||
end
|
||||
|
||||
if (pkt['Payload']['SMB'].v['WordCount'] >= 18)
|
||||
res = SMB_NTTRANS_RES_PKT.make_struct
|
||||
res = CONST::SMB_NTTRANS_RES_PKT.make_struct
|
||||
res.from_s(data)
|
||||
return res
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue