Skip to content

Commit

Permalink
Update MBRFilter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
yyounan authored Aug 10, 2016
1 parent f27ecd3 commit 12b901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBRFilter/MBRFilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING Registry
DriverObject->MajorFunction[IRP_MJ_PNP] = MBRFDispatchPnp;
DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] = MBRFDevControl;
DriverObject->DriverExtension->AddDevice = MBRFAddDevice;
DriverObject->DriverUnload = MBRFUnload;
DriverObject->DriverUnload = NULL;

return STATUS_SUCCESS;

Expand Down

0 comments on commit 12b901f

Please sign in to comment.