restructure all the busy/fwq stuff and hide them all in subroutines
[spider.git] / cmd / kill.pl
index de533bdcabad29f3f276dadf89ced44f21bb5ceb..b98a42f69b2c5d3947e58e5d5e0e6cc0a92d9a0a 100644 (file)
@@ -68,7 +68,7 @@ foreach $ref ( @refs) {
        }
        my $tonode = $ref->tonode;
        $ref->stop_msg($tonode) if $tonode;
-       $ref->del_msg;
+       $ref->del_msg($self);
        push @out, $self->msg('m12', $ref->msgno);
 }