]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: dclose: fix typo
authorEric Wong <e@80x24.org>
Wed, 27 Jan 2021 09:42:30 +0000 (03:42 -0600)
committerEric Wong <e@80x24.org>
Fri, 29 Jan 2021 05:04:40 +0000 (05:04 +0000)
Oops :x

lib/PublicInbox/LEI.pm

index d5d9cf1f85ab86f8dec3ae111359ca12c02b403c..f5413aab51c3c01257ee7a46dd8662181500408f 100644 (file)
@@ -820,7 +820,7 @@ sub dclose {
        for my $f (qw(lxs l2m)) {
                my $wq = delete $self->{$f} or next;
                if ($wq->wq_kill) {
-                       $self->wq_close
+                       $wq->wq_close
                } elsif ($wq->wq_kill_old) {
                        $wq->wq_wait_old;
                }