s3:smb2_write: reject writes to named pipes with recvfile
authorStefan Metzmacher <metze@samba.org>
Wed, 4 Dec 2013 14:52:40 +0000 (15:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2014 23:04:38 +0000 (00:04 +0100)
commitc81ebc6feb25f465eba24423764a554712441d95
tree6fdf749ef248171ac262a8aa0ecc189395128e4a
parent37c37a0f6732534b041256b19b16f18d7bc927ff
s3:smb2_write: reject writes to named pipes with recvfile

This looks strange but matches the SMB1 case.

We may want to clean this in a better way in both places later.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_write.c