diff --git a/vuinputd/src/main.rs b/vuinputd/src/main.rs index 6f8ceed..61602cd 100644 --- a/vuinputd/src/main.rs +++ b/vuinputd/src/main.rs @@ -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(