Bugfixes
This commit is contained in:
parent
2fbc08e22d
commit
ede76264fb
@ -109,7 +109,7 @@ DomitoCiGetCertPublisherName(
|
|||||||
{
|
{
|
||||||
if (G_CI.CiGetCertPublisherName)
|
if (G_CI.CiGetCertPublisherName)
|
||||||
{
|
{
|
||||||
G_CI.CiGetCertPublisherName(
|
return G_CI.CiGetCertPublisherName(
|
||||||
Certificate,
|
Certificate,
|
||||||
AllocateRoutine,
|
AllocateRoutine,
|
||||||
PublisherName
|
PublisherName
|
||||||
@ -148,7 +148,7 @@ DomitoCiValidateFileObject(
|
|||||||
{
|
{
|
||||||
if (G_CI.CiValidateFileObject)
|
if (G_CI.CiValidateFileObject)
|
||||||
{
|
{
|
||||||
G_CI.CiValidateFileObject(
|
return G_CI.CiValidateFileObject(
|
||||||
FileObject,
|
FileObject,
|
||||||
Unknown1,
|
Unknown1,
|
||||||
Unknown2,
|
Unknown2,
|
||||||
|
Loading…
Reference in New Issue
Block a user