We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b55862 + 846dbc7 commit 0477c5fCopy full SHA for 0477c5f
lib/msf/core/module/module_info.rb
@@ -74,7 +74,7 @@ def info_fixups
74
# Checks and merges the supplied key/value pair in the supplied hash.
75
#
76
def merge_check_key(info, name, val)
77
- if (self.respond_to?("merge_info_#{name.downcase}"))
+ if (self.respond_to?("merge_info_#{name.downcase}", true))
78
eval("merge_info_#{name.downcase}(info, val)")
79
else
80
# If the info hash already has an entry for this name
0 commit comments