mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 20:33:41 +00:00
Initialize loose_deleted before it is used for a check later on.
This commit is contained in:
parent
5b3d52ce37
commit
038c1654d9
@ -976,7 +976,7 @@ static int refdb_fs_backend__delete(
|
||||
struct packref *pack_ref;
|
||||
khiter_t pack_ref_pos;
|
||||
int error = 0, pack_error;
|
||||
bool loose_deleted;
|
||||
bool loose_deleted = 0;
|
||||
|
||||
assert(_backend);
|
||||
assert(ref);
|
||||
|
Loading…
Reference in New Issue
Block a user