upgrader: fix missing goto out

Closes: #833
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-06-14 23:33:25 -04:00 committed by Atomic Bot
parent 782edff91a
commit c1e6685767

View File

@ -689,6 +689,7 @@ finalize_packages_to_overlay (RpmOstreeSysrootUpgrader *self,
{
glnx_throw (error, "Cannot request '%s' provided by removed package '%s'",
pattern, dnf_package_get_nevra (pkg));
goto out;
}
}