1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r16918: the SMB2 Ioctls are sometimes called with a wildcard handle

the operation doesn't need a valid file handle in that case

metze
(This used to be commit d41a83d559)
This commit is contained in:
Stefan Metzmacher
2006-07-10 14:01:53 +00:00
committed by Gerald (Jerry) Carter
parent fabc6ae74d
commit 5468516f9a
5 changed files with 27 additions and 5 deletions

View File

@ -1949,7 +1949,8 @@ union smb_lpq {
enum smb_ioctl_level {
RAW_IOCTL_IOCTL,
RAW_IOCTL_NTIOCTL,
RAW_IOCTL_SMB2
RAW_IOCTL_SMB2,
RAW_IOCTL_SMB2_NO_HANDLE
};
/*