From eacf1d3c8cdc7fdf701e032ba79111d457ad18d2 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 24 Apr 2011 02:32:43 +0000 Subject: [PATCH] Lets not break the trunk after all git-svn-id: file:///home/svn/framework3/trunk@12420 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/db.rb b/lib/msf/core/db.rb index 3fa8133376..1b4fa68921 100644 --- a/lib/msf/core/db.rb +++ b/lib/msf/core/db.rb @@ -3981,7 +3981,7 @@ class DBManager addr_map = {} # Cache host objects before passing into handle_nessus() - hobj_map = {] + hobj_map = {} nbe_copy.each_line do |line| r = line.split('|')