Land #9254, Fix include scope in external module mixin
commit
19a62d6c82
|
@ -1,6 +1,6 @@
|
||||||
|
module Msf::Module::External
|
||||||
include Msf::Auxiliary::Report
|
include Msf::Auxiliary::Report
|
||||||
|
|
||||||
module Msf::Module::External
|
|
||||||
def wait_status(mod)
|
def wait_status(mod)
|
||||||
begin
|
begin
|
||||||
while mod.running
|
while mod.running
|
||||||
|
|
Loading…
Reference in New Issue