Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/msf/core/session_compatibility.rb
Original file line number Diff line number Diff line change
@@ -74,7 +74,9 @@ def check_for_session_readiness(tries=6)
#
# Default cleanup handler does nothing
#
def cleanup; end
def cleanup
super if defined?(super)
end

#
# Return the associated session or nil if there isn't one

0 comments on commit 88e1e2e

Please sign in to comment.