1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

unforgivable typo

git-svn-id: file:///home/svn/framework3/trunk@11207 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-12-02 18:08:39 +00:00
parent 382f902c24
commit b3325fc133

View File

@ -140,7 +140,7 @@ class Metasploit3 < Msf::Auxiliary
select(nil, nil, nil, 2**this_attempt)
vprint_error "#{rhost}:#{rport} rsh - Retrying '#{user}' from '#{luser}' due to reset"
end
ret = conect_from_privileged_port
ret = connect_from_privileged_port
break if ret == :connected
this_attempt += 1
end