Merge branch 'master' of github.com:rapid7/metasploit-framework into rapid7

bug/bundler_fix
James Lee 2013-01-14 15:19:27 -06:00
commit 83877b6c76
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class Metasploit3 < Msf::Auxiliary
end
select(nil, nil, nil, 1.0)
simple.disconnect("IPC$")
simple.disconnect("\\\\#{datastore['RHOST']}\\IPC$")
return true
end