mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
simple little STOOpid errir.
This commit is contained in:
parent
29209607f4
commit
e6cb6a3131
1 changed files with 3 additions and 0 deletions
|
@ -420,7 +420,10 @@ NTSTATUS HandleValidateDriversIOCTL(
|
||||||
{
|
{
|
||||||
/* make sure we free any non reported modules */
|
/* make sure we free any non reported modules */
|
||||||
if ( i >= MODULE_VALIDATION_FAILURE_MAX_REPORT_COUNT )
|
if ( i >= MODULE_VALIDATION_FAILURE_MAX_REPORT_COUNT )
|
||||||
|
{
|
||||||
RemoveInvalidDriverFromList( head );
|
RemoveInvalidDriverFromList( head );
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
MODULE_VALIDATION_FAILURE report;
|
MODULE_VALIDATION_FAILURE report;
|
||||||
report.report_code = REPORT_MODULE_VALIDATION_FAILURE;
|
report.report_code = REPORT_MODULE_VALIDATION_FAILURE;
|
||||||
|
|
Loading…
Reference in a new issue