admin: Silence a gcc warning

It can't happen, but anyways.
This commit is contained in:
Colin Walters 2013-09-12 14:34:38 -04:00
parent 081da0033a
commit ce0fbbfdee
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ ot_admin_list_deployments (GFile *sysroot,
gs_unref_ptrarray GPtrArray *boot_loader_configs = NULL;
gs_unref_ptrarray GPtrArray *ret_deployments = NULL;
guint i;
int bootversion;
int bootversion = -1;
if (!read_current_bootversion (sysroot, &bootversion, cancellable, error))
goto out;