mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2025-12-19 16:24:26 +01:00
Small fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user