1
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:
William Vu 2016-02-03 09:31:28 -06:00
commit 2fcae2bea4
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743

View File

@ -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