Skip to content

Commit 2fcae2b

Browse files
committed
Land rapid7#6523, event_tester plugin fix
2 parents 37f077c + b284447 commit 2fcae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/event_tester.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Msf
77

88
class Plugin::EventTester < Msf::Plugin
99
class Subscriber
10-
def respond_to?(name)
10+
def respond_to?(name, *args)
1111
# Why yes, I can do that.
1212
true
1313
end

0 commit comments

Comments
 (0)