ntdll: Do not fill the IOSB or signal completion on failure in tape_DeviceIoControl().
commit86be09ac0bc87f081a1e8abc7f43ed3e98ffb9c2
authorElizabeth Figura <zfigura@codeweavers.com>
Sat, 25 Jun 2022 01:38:02 +0000 (24 20:38 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jun 2024 20:59:39 +0000 (21 22:59 +0200)
tree06f5311add4e4f6b9f3fc31e038bcfde122be1e2
parent98b99b65690bbe7779ed01352f757c41dd9e8a34
ntdll: Do not fill the IOSB or signal completion on failure in tape_DeviceIoControl().

We should never fill the IOSB or signal completion for NT_ERROR conditions.
dlls/ntdll/unix/tape.c