Busted constant

git-svn-id: file:///home/svn/framework3/trunk@5451 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-03-22 05:40:34 +00:00
parent 06aa636126
commit 8138c2259f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Auxiliary::Server::Capture::HTTP < Msf::Auxiliary
dispatch_request(cli, cli.request)
cli.reset_cli
when Rex::Proto::Http::Packet::Packet::ParseCode::Error
when Rex::Proto::Http::Packet::ParseCode::Error
close_client(cli)
end
rescue EOFError