Skip another way that qualys indicates an invalid hostname

git-svn-id: file:///home/svn/framework3/trunk@12820 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2011-06-02 20:56:42 +00:00
parent 8249ce243f
commit d326423b74
1 changed files with 1 additions and 1 deletions

View File

@ -5202,7 +5202,7 @@ protected
port = port.to_i if port
info = { :workspace => wspace, :host => hobj, :port => port, :proto => protocol }
if name and name != 'unknown'
if name and name != 'unknown' and name != 'No registered hostname'
info[:name] = name
end