mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- We also shouldn't use our Shutdown handler
svn path=/trunk/; revision=41089
This commit is contained in:
parent
b1b02ec330
commit
d63e071c3d
1 changed files with 0 additions and 1 deletions
|
@ -2792,7 +2792,6 @@ NdisMRegisterDevice(
|
||||||
DriverBlock->DriverObject->MajorFunction[i] = MajorFunctions[i];
|
DriverBlock->DriverObject->MajorFunction[i] = MajorFunctions[i];
|
||||||
|
|
||||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_PNP] = NdisIDispatchPnp;
|
DriverBlock->DriverObject->MajorFunction[IRP_MJ_PNP] = NdisIDispatchPnp;
|
||||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_SHUTDOWN] = NdisIShutdown;
|
|
||||||
|
|
||||||
DeviceBlock->DeviceObject = DeviceObject;
|
DeviceBlock->DeviceObject = DeviceObject;
|
||||||
DeviceBlock->SymbolicName = SymbolicName;
|
DeviceBlock->SymbolicName = SymbolicName;
|
||||||
|
|
Loading…
Reference in a new issue