set_failed on p3dcert failure

This commit is contained in:
David Rose 2009-12-21 20:04:03 +00:00
parent e2a393cb57
commit 56bbb780ee

View File

@ -2979,6 +2979,10 @@ report_package_done(P3DPackage *package, bool success) {
if (success) {
mark_p3d_untrusted();
} else if (!_p3d_trusted) {
// Oops, too bad. Couldn't get the p3dcert package, which means
// we can't approve the instance.
set_failed();
}
return;
}