mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- We also shouldn't use our Shutdown handler
svn path=/trunk/; revision=41089
This commit is contained in:
@@ -2792,7 +2792,6 @@ NdisMRegisterDevice(
|
||||
DriverBlock->DriverObject->MajorFunction[i] = MajorFunctions[i];
|
||||
|
||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_PNP] = NdisIDispatchPnp;
|
||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_SHUTDOWN] = NdisIShutdown;
|
||||
|
||||
DeviceBlock->DeviceObject = DeviceObject;
|
||||
DeviceBlock->SymbolicName = SymbolicName;
|
||||
|
||||
Reference in New Issue
Block a user