]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: name variable for values loop iterator
authorEric Wong <e@80x24.org>
Sat, 26 Dec 2020 08:12:52 +0000 (08:12 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Dec 2020 20:20:13 +0000 (20:20 +0000)
commitb782533a0413578de4cfd478c67a8e3d9dda0949
treed3c494e9769a6c4c483e38c9d2305f46257cc43b
parent4f1a683dc895a7bd4cf79e58b39faea256045921
inbox: name variable for values loop iterator

->on_inbox_unlock callbacks could clobber $_, and this seems to
fix a problem with -extindex --watch failing to index some
inboxes after SIGHUP reload.

(cherry picked from commit b5e960f50289434025f5904c8c1311e4c8a02b82)
lib/PublicInbox/Inbox.pm