Correct a typo (stringified symbol loses the :)
parent
038591497f
commit
78456fb2e0
|
@ -59,7 +59,7 @@ class PayloadCachedSize
|
||||||
# @param mod [Msf::Payload] The class of the payload module to update
|
# @param mod [Msf::Payload] The class of the payload module to update
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
def self.compute_cached_size(mod)
|
def self.compute_cached_size(mod)
|
||||||
return :dynamic if is_dynamic?(mod)
|
return ":dynamic" if is_dynamic?(mod)
|
||||||
return mod.new.size
|
return mod.new.size
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue