mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Land #6523, event_tester plugin fix
This commit is contained in:
commit
2fcae2bea4
@ -7,7 +7,7 @@ module Msf
|
||||
|
||||
class Plugin::EventTester < Msf::Plugin
|
||||
class Subscriber
|
||||
def respond_to?(name)
|
||||
def respond_to?(name, *args)
|
||||
# Why yes, I can do that.
|
||||
true
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user