mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix SMB2_CAP_DFS
This commit is contained in:
parent
7672a033ef
commit
ce8f3528f1
@ -247,7 +247,7 @@ struct smb2_request {
|
||||
#define SMB2_NEGOTIATE_SIGNING_REQUIRED 0x02
|
||||
|
||||
/* SMB2 capabilities - only 1 so far. I'm sure more will be added */
|
||||
#define SMB2_CAP_DFS 0x0
|
||||
#define SMB2_CAP_DFS 0x00000001
|
||||
/* so we can spot new caps as added */
|
||||
#define SMB2_CAP_ALL SMB2_CAP_DFS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user