tests: [scan-build] Initialize a variable

False positive.
This commit is contained in:
Colin Walters 2019-10-18 14:57:47 +00:00
parent 57bb06419a
commit 01a3a65525

View File

@ -145,7 +145,7 @@ ot_test_setup_sysroot (GCancellable *cancellable,
g_autoptr(GString) buf = g_string_new ("mutable-deployments");
gboolean can_relabel;
gboolean can_relabel = FALSE;
if (!ot_check_relabeling (&can_relabel, error))
return FALSE;
if (!can_relabel)