about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiTag.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiTag.pm')
-rw-r--r--lib/PublicInbox/LeiTag.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/LeiTag.pm b/lib/PublicInbox/LeiTag.pm
index 989a6954..2170e3f2 100644
--- a/lib/PublicInbox/LeiTag.pm
+++ b/lib/PublicInbox/LeiTag.pm
@@ -19,7 +19,7 @@ sub input_eml_cb { # used by PublicInbox::LeiInput::input_fh
 
 sub input_mbox_cb { input_eml_cb($_[1], $_[0]) }
 
-sub net_merge_complete { # callback used by LeiAuth
+sub net_merge_all_done { # callback used by LeiAuth
         my ($self) = @_;
         $self->wq_io_do('process_inputs');
         $self->wq_close(1);
@@ -53,7 +53,7 @@ sub lei_tag { # the "lei tag" method
         (my $op_c, $ops) = $lei->workers_start($self, 'lei-tag', $j, $ops);
         $lei->{wq1} = $self;
         $lei->{-err_type} = 'non-fatal';
-        net_merge_complete($self) unless $lei->{auth};
+        net_merge_all_done($self) unless $lei->{auth};
         $op_c->op_wait_event($ops);
 }