mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CLASS2]
- Clear the DO_DEVICE_INITIALIZING flag on the new device objects svn path=/trunk/; revision=55664
This commit is contained in:
parent
5a766eeaac
commit
03166cbd75
1 changed files with 2 additions and 0 deletions
|
@ -4604,6 +4604,8 @@ Return Value:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
|
||||||
|
|
||||||
*DeviceObject = deviceObject;
|
*DeviceObject = deviceObject;
|
||||||
|
|
||||||
RtlFreeUnicodeString(&ntUnicodeString);
|
RtlFreeUnicodeString(&ntUnicodeString);
|
||||||
|
|
Loading…
Reference in a new issue