tabernac
git-svn-id: file:///home/svn/incoming/trunk@2812 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2e9d8751fa
commit
ef0897b2a2
|
@ -128,7 +128,7 @@ class Process < Rex::Post::Process
|
|||
if inmem
|
||||
|
||||
# add the file contents into the tlv
|
||||
f = File.new(path, 'r')
|
||||
f = ::File.new(path, 'r')
|
||||
request.add_tlv(TLV_TYPE_VALUE_DATA, f.read)
|
||||
f.close
|
||||
|
||||
|
|
Loading…
Reference in New Issue