Hi All,

I'm running nessus 2.2.8. When checking the logs,         I continually see
the following entry:

[23174](/usr/local/lib/nessus/plugins/symantec_ghost_status_detect.nasl)
Undefined function 'fill_list'

Here is the code snippet:

function mklist()
{
local_var ret;
local_var i, l;

l = max_index (_FCT_ANON_ARGS);

ret = fill_list(length:l, value:0);

for (i=0 ; i<l ; i++)
ret[i] = _FCT_ANON_ARGS[i];

return ret;
}

What could I add to the code to make this error go away? Would this work:

function fill_list(length, value)

TIA,

-oly
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to