cosmetic statement reorder

git-svn-id: file:///home/svn/framework3/trunk@9166 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-28 00:48:00 +00:00
parent 4308689fd9
commit b2f338984b
1 changed files with 1 additions and 1 deletions

View File

@ -133,9 +133,9 @@ class Metasploit3 < Msf::Exploit::Remote
# Build the TcpMessageHeader ..
pkt = make_tcpmsghdr(cmd_buf)
print_status("Sending crafy commands (#{pkt.length} bytes) ...")
# Handle the transacation..
connect
print_status("Sending crafy commands (#{pkt.length} bytes) ...")
sock.put(pkt)
handler