git-svn-id: file:///home/svn/incoming/trunk@2812 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Spoon M 2005-07-22 03:52:10 +00:00
parent 2e9d8751fa
commit ef0897b2a2
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Process < Rex::Post::Process
if inmem if inmem
# add the file contents into the tlv # 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) request.add_tlv(TLV_TYPE_VALUE_DATA, f.read)
f.close f.close