minor whitespace change

git-svn-id: file:///home/svn/framework3/trunk@8177 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-01-20 02:31:30 +00:00
parent e19f66ec1f
commit 07a25af681
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Exploit::Remote::MSSQL
])
], Msf::Exploit::Remote::MSSQL)
register_autofilter_ports([ 1433, 1434, 1435, 14330, 2533, 9152, 2638] )
register_autofilter_ports([ 1433, 1434, 1435, 14330, 2533, 9152, 2638 ])
register_autofilter_services(%W{ ms-sql-s ms-sql2000 sybase })
end