]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LEI.pm
lei_mirror: avoid convoluted lazy_cb usage
[public-inbox.git] / lib / PublicInbox / LEI.pm
index f3e80113ed7042e7332fb307653825fbd8e3314f..8a14ace486bc9c0deee84cecc9684dfab488b060 100644 (file)
@@ -787,7 +787,7 @@ EOM
        }
 }
 
-sub lazy_cb ($$$) {
+sub lazy_cb ($$$) { # $pfx is _complete_ or lei_
        my ($self, $cmd, $pfx) = @_;
        my $ucmd = $cmd;
        $ucmd =~ tr/-/_/;