admin: Silence a gcc warning
It can't happen, but anyways.
This commit is contained in:
parent
081da0033a
commit
ce0fbbfdee
|
|
@ -748,7 +748,7 @@ ot_admin_list_deployments (GFile *sysroot,
|
||||||
gs_unref_ptrarray GPtrArray *boot_loader_configs = NULL;
|
gs_unref_ptrarray GPtrArray *boot_loader_configs = NULL;
|
||||||
gs_unref_ptrarray GPtrArray *ret_deployments = NULL;
|
gs_unref_ptrarray GPtrArray *ret_deployments = NULL;
|
||||||
guint i;
|
guint i;
|
||||||
int bootversion;
|
int bootversion = -1;
|
||||||
|
|
||||||
if (!read_current_bootversion (sysroot, &bootversion, cancellable, error))
|
if (!read_current_bootversion (sysroot, &bootversion, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue