]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiUp.pm
lei + ipc: simplify process reaping
[public-inbox.git] / lib / PublicInbox / LeiUp.pm
index df65cb9b8474af2e3f6c644ba39271e70a357b25..396041771ff9805c006248af8d02014454a21438 100644 (file)
@@ -122,7 +122,7 @@ EOM
 sub net_merge_all_done {
        my ($self, $lei) = @_;
        $lei->{net} = delete($self->{-net_new}) if $self->{-net_new};
-       $self->wq_close(1);
+       $self->wq_close;
        eval { redispatch_all($self, $lei) };
        warn "E: $@" if $@;
 }