lib/rpc/xml/server/instance.rb in arachni-0.2.2.2 vs lib/rpc/xml/server/instance.rb in arachni-0.2.3
- old
+ new
@@ -33,11 +33,11 @@
# and concurent XMLRPC clients/scans.
#
# @author: Tasos "Zapotek" Laskos
# <tasos.laskos@gmail.com>
# <zapotek@segfault.gr>
-# @version: 0.1.3
+# @version: 0.1.4
#
class Instance < Base
# the output interface for XML-RPC
include Arachni::UI::Output
@@ -50,16 +50,16 @@
#
# Initializes the XML-RPC interface, the HTTP(S) server and the framework.
#
# @param [Options] opts
#
- def initialize( opts )
+ def initialize( opts, token )
prep_framework
banner
@opts = opts
- super( @opts )
+ super( @opts, token )
if @opts.debug
debug!
end