- Clear the DO_DEVICE_INITIALIZING flag on the new device objects

svn path=/trunk/; revision=55664
This commit is contained in:
Cameron Gutman 2012-02-17 04:34:10 +00:00
parent 5a766eeaac
commit 03166cbd75

View file

@ -4604,6 +4604,8 @@ Return Value:
} }
} }
deviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
*DeviceObject = deviceObject; *DeviceObject = deviceObject;
RtlFreeUnicodeString(&ntUnicodeString); RtlFreeUnicodeString(&ntUnicodeString);