Small fix

This commit is contained in:
João
2024-08-04 18:13:20 -03:00
parent 21491ac268
commit c20d85ce25

View File

@@ -173,7 +173,6 @@ macro_rules! handle_callback {
};
let mut status = 0;
match $ioctl {
IOCTL_ENUMERATE_CALLBACK => {
status = match (*input_buffer).callback {
@@ -210,7 +209,6 @@ macro_rules! handle_callback {
};
let mut status = 0;
match $ioctl {
IOCTL_REMOVE_CALLBACK => {
status = match (*input_buffer).callback {