Check for missing file - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 4c5bff4f8d4cde61e0435e1a96b92fc707b4cd38
(DIR) parent f1f58cf7ea8d4f46bbcbf668b6864e852ba113e4
(HTM) Author: HD Moore <hd_moore@rapid7.com>
Date: Sun, 1 Mar 2009 23:25:44 +0000
Check for missing file
Diffstat:
M lib/warvox/jobs/analysis.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/lib/warvox/jobs/analysis.rb b/lib/warvox/jobs/analysis.rb
@@ -44,6 +44,7 @@ class Analysis < Base
next if r.processed
next if not r.completed
next if r.busy
+ next if not r.rawfile
next if not File.exist?(r.rawfile)
bname = r.rawfile.gsub(/\..*/, '')