Default the OS to the 100% match string

git-svn-id: file:///home/svn/framework3/trunk@8500 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-02-15 01:20:42 +00:00
parent 32357b1f64
commit a2f9f1bb7a
1 changed files with 1 additions and 0 deletions

View File

@ -1178,6 +1178,7 @@ class DBManager
when /armbe/i
data[:arch] = ARCH_ARMBE
end
data[:os_flavor] = h["os_match"]
end
if ( h["reverse_dns"] )