Skip to content

Commit 12b901f

Browse files
authored
Update MBRFilter.c
1 parent f27ecd3 commit 12b901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MBRFilter/MBRFilter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING Registry
565565
DriverObject->MajorFunction[IRP_MJ_PNP] = MBRFDispatchPnp;
566566
DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] = MBRFDevControl;
567567
DriverObject->DriverExtension->AddDevice = MBRFAddDevice;
568-
DriverObject->DriverUnload = MBRFUnload;
568+
DriverObject->DriverUnload = NULL;
569569

570570
return STATUS_SUCCESS;
571571

0 commit comments

Comments
 (0)