mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Initialize the status block before sending the IRP
svn path=/trunk/; revision=21906
This commit is contained in:
@@ -51,6 +51,10 @@ GetRootHubPointer(
|
||||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
/* Initialize the status block before sending the IRP */
|
||||
IoStatus.Status = STATUS_NOT_SUPPORTED;
|
||||
IoStatus.Information = 0;
|
||||
|
||||
Status = IoCallDriver(Pdo, Irp);
|
||||
|
||||
if (Status == STATUS_PENDING)
|
||||
|
||||
Reference in New Issue
Block a user