Fix #6008 for wireshark_lwres_getaddrbyname_loop

bug/bundler_fix
Jon Hart 2015-09-27 14:56:11 -07:00
parent bd2f73f40a
commit 96e4e883ae
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class Metasploit3 < Msf::Exploit::Remote
while true
break if session_created? and datastore['ExitOnSession']
capture_sendto(p, rhost)
break unless capture_sendto(p, rhost)
select(nil,nil,nil,datastore['DELAY'])
end