]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: fix resource warning
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 20 Jan 2022 15:12:05 +0000 (15:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jan 2022 19:31:52 +0000 (11:31 -0800)
commitb20aab501788a076b7118946afac4a460bf19d68
treeb6b08275a750fdef261d46d10bc350db6180a660
parentf5f6a6cd47405f32c0217b980cb8ae1c5cce316c
reftable: fix resource warning

This would trigger in the unlikely event that we are compacting, and
the next available file handle is 0.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/stack.c