mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
libcli:smb: upgrade SMB2_CAP_ALL to include the newly known caps
This commit is contained in:
parent
8c5d288ecf
commit
6f860837e5
@ -94,7 +94,14 @@
|
||||
#define SMB2_CAP_ENCRYPTION 0x00000040 /* only in dialect >= 0x222 */
|
||||
|
||||
/* so we can spot new caps as added */
|
||||
#define SMB2_CAP_ALL SMB2_CAP_DFS
|
||||
#define SMB2_CAP_ALL (\
|
||||
SMB2_CAP_DFS | \
|
||||
SMB2_CAP_LEASING | \
|
||||
SMB2_CAP_LARGE_MTU | \
|
||||
SMB2_CAP_MULTI_CHANNEL | \
|
||||
SMB2_CAP_PERSISTENT_HANDLES | \
|
||||
SMB2_CAP_ENCRYPTION)
|
||||
|
||||
|
||||
/* SMB2 session flags */
|
||||
#define SMB2_SESSION_FLAG_IS_GUEST 0x0001
|
||||
|
Loading…
x
Reference in New Issue
Block a user