mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
ostree-pull: Avoid an uninitialized variable warning
This commit is contained in:
parent
225cebd5ef
commit
5a1a300892
@ -340,7 +340,7 @@ find_object_in_remote_packs (OtPullData *pull_data,
|
||||
GError **error)
|
||||
{
|
||||
gboolean ret = FALSE;
|
||||
guint64 ret_offset;
|
||||
guint64 ret_offset = 0;
|
||||
guint i;
|
||||
GPtrArray *iter;
|
||||
ot_lvariant GVariant *csum_bytes_v = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user