mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 08:55:25 +00:00
Change in release handler to make it semantically cleaner
This commit is contained in:
parent
7b8ad17b79
commit
3f6186ef86
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ unsafe extern "C" fn vuinput_release(
|
|||
);
|
||||
drop(vuinput_state_mutex); // this also closes the file when no other references are open
|
||||
// TODO: maybe also ensure that nothing is left in the containers
|
||||
fuse_lowlevel::fuse_reply_err(_req, 0);
|
||||
fuse_lowlevel::fuse_reply_none(_req);
|
||||
}
|
||||
|
||||
unsafe extern "C" fn vuinput_ioctl(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue