protocol != proto. fixes #5260

git-svn-id: file:///home/svn/framework3/trunk@13569 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2011-08-15 22:29:57 +00:00
parent 41f4677dae
commit 4779c039f0
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ module Rex
@state[:port].each do |k,v|
case k
when "protocol"
port_hash[:protocol] = v
port_hash[:proto] = v
when "portid"
port_hash[:port] = v
when "state"