]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbd: Use nt_status_np_pipe() in smbd_smb2_ioctl_pipe_{read,write}_done()
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Jul 2024 16:04:56 +0000 (18:04 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 29 Jan 2025 11:20:33 +0000 (11:20 +0000)
commit2a90b06679ae6415c4d60dc14a17385da85668c6
tree1e18a5970e8435b6273546f87631096e81edf320
parentae2a9cb75ddc9e7cedf1744a434edc583dd2a0a6
s3:smbd: Use nt_status_np_pipe() in smbd_smb2_ioctl_pipe_{read,write}_done()

We should return NT_STATUS_PIPE_DISCONNECTED or
NT_STATUS_PIPE_BROKEN in the same way SMB2 read/write do it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14430

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/smb2_ioctl_named_pipe.c