$OpenBSD: patch-program_plugins_nikto_core_plugin,v 1.1 2017/08/27 21:47:43 nigel Exp $
--- program/plugins/nikto_core.plugin.orig	Thu Jul  9 15:06:04 2015
+++ program/plugins/nikto_core.plugin	Mon Feb  1 19:27:53 2016
@@ -1967,8 +1967,7 @@ sub check_updates {
                 if ($remotemsg ne "") { nprint("+ $server message: $remotemsg"); }
                 exit;
             }
-            push(@DBTOGET, $remotefile);
-            if ($remotefile !~ /^db_/) { $code_updates = 1; }
+            if ($remotefile =~ /^db_/) { push(@DBTOGET, $remotefile); }
         }
     }
 
