
bh at nessus
May 3, 2006, 3:18 AM
Views: 630
Permalink
|
|
NessusClient/nessus context.c,1.13,1.14
|
|
Update of /usr/local/cvs/NessusClient/nessus In directory raccoon.nessus.org:/tmp/cvs-serv22693/nessus Modified Files: context.c Log Message: remove a now obsolete comment Index: context.c =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/context.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- context.c 28 Apr 2006 17:42:33 -0000 1.13 +++ context.c 3 May 2006 10:18:32 -0000 1.14 @@ -595,10 +595,6 @@ || (context->type == CONTEXT_SCOPE && prefs_get_int(Global, "scopes_load_plugin_cache_immediately")))) { - /* FIXME: plugin_cache_read may fail. for the time being we can - * ignore this as the most likely reason is that there simply isn't - * any plugin cache stored with the report, but it would be nicer to - * produce a message about it. */ plugin_cache_read(context); context->plugin_cache_loaded = 1; fill_plugin_prefs(context); _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|