At line 669 in migration_0.80.2_to_1.0f.pl, it originally said:
$profileid=$sid;
In order to pick out the proper profile from nessus_schedule this line should be:
$profileid=$sched_id;
Log in to post a comment.