From b204d687ba262c2374fbf0f972bb1f3a824b2c00 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 26 Oct 2021 10:35:53 +0000 Subject: lei inspect: fix atfork hook The misnamed sub wasn't firing, but was unlikely to be noticeable given the short lifetime of the process. Fixes: 1f887bd51d92b0d4 ("lei inspect: add atfork hook") --- lib/PublicInbox/LeiInspect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox') diff --git a/lib/PublicInbox/LeiInspect.pm b/lib/PublicInbox/LeiInspect.pm index 5ea32ccb..d7775d4b 100644 --- a/lib/PublicInbox/LeiInspect.pm +++ b/lib/PublicInbox/LeiInspect.pm @@ -294,7 +294,7 @@ sub _complete_inspect { # TODO: message-ids?, blobs? could get expensive... } -sub input_only_atfork_child { +sub ipc_atfork_child { my ($self) = @_; $self->{lei}->_lei_atfork_child; $self->SUPER::ipc_atfork_child; -- cgit v1.2.3-24-ge0c7