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:
committed by
Gerald (Jerry) Carter
parent
fabc6ae74d
commit
5468516f9a
@ -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
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user