mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
fix bad pol
This commit is contained in:
parent
1e2e41f76e
commit
d0f68b1fbb
1 changed files with 2 additions and 0 deletions
|
@ -2077,6 +2077,7 @@ SystemModuleVerificationDispatcher()
|
|||
{
|
||||
DEBUG_VERBOSE("System modules integrity check complete. Freeing items.");
|
||||
context->active = FALSE;
|
||||
context->complete = FALSE;
|
||||
FreeModuleVerificationItems(context);
|
||||
FreeWorkItems(context);
|
||||
return STATUS_SUCCESS;
|
||||
|
@ -2093,6 +2094,7 @@ SystemModuleVerificationDispatcher()
|
|||
DEBUG_ERROR(
|
||||
"InitialiseSystemModuleVerificationContext failed with status %x",
|
||||
status);
|
||||
|
||||
return status;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue