Adds the opts arg to http server mixin for heaplib

git-svn-id: file:///home/svn/framework3/trunk@13676 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
David Rude 2011-09-01 09:08:59 +00:00
parent 8a070b81a2
commit 60b14d3cdb
1 changed files with 2 additions and 2 deletions

View File

@ -545,8 +545,8 @@ protected
# Returns the heaplib javascript, including any custom javascript supplied
# by the caller.
#
def heaplib(custom_js = '')
Rex::Exploitation::HeapLib.new(custom_js).to_s
def heaplib(custom_js = '', opts = {})
Rex::Exploitation::HeapLib.new(custom_js, opts).to_s
end
def js_base64