Skip to content

Commit 78456fb

Browse files
author
HD Moore
committed
Correct a typo (stringified symbol loses the :)
1 parent 0385914 commit 78456fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/util/payload_cached_size.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def self.update_module_cached_size(mod)
5959
# @param mod [Msf::Payload] The class of the payload module to update
6060
# @return [Fixnum]
6161
def self.compute_cached_size(mod)
62-
return :dynamic if is_dynamic?(mod)
62+
return ":dynamic" if is_dynamic?(mod)
6363
return mod.new.size
6464
end
6565

0 commit comments

Comments
 (0)