fix exception
parent
a15befe94b
commit
9b7c19db08
|
@ -76,7 +76,7 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
|
||||||
end
|
end
|
||||||
|
|
||||||
disconnect # also disconnect trees and logoff??
|
disconnect # also disconnect trees and logoff??
|
||||||
rescue => ::Rex::Proto::SMB::Exceptions::NoReply
|
rescue ::Rex::Proto::SMB::Exceptions::NoReply => e
|
||||||
# pass
|
# pass
|
||||||
# it's fine.
|
# it's fine.
|
||||||
rescue => error
|
rescue => error
|
||||||
|
|
Loading…
Reference in New Issue