From 3e096b699243ea7bd9d12fec8f3048104e462802 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Oct 2021 11:18:32 +0000 Subject: extsearchidx: attach_config: set {ibx_map} value to $ibx It doesn't seem to matter, actually, but this matches the behavior of attach_inbox and the comment in ->new. --- lib/PublicInbox/ExtSearchIdx.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/ExtSearchIdx.pm') diff --git a/lib/PublicInbox/ExtSearchIdx.pm b/lib/PublicInbox/ExtSearchIdx.pm index f0992e5e..972049e4 100644 --- a/lib/PublicInbox/ExtSearchIdx.pm +++ b/lib/PublicInbox/ExtSearchIdx.pm @@ -89,6 +89,7 @@ sub attach_config { $self->{ibx_map}->{$ibx->eidx_key} //= do { push @{$self->{ibx_active}}, $ibx; push @{$self->{ibx_known}}, $ibx; + $ibx; } } # invalidate cache -- cgit v1.2.3-24-ge0c7