1
0
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:
Volker Lendecke 2009-04-12 19:11:09 +02:00 committed by Stefan Metzmacher
parent 7672a033ef
commit ce8f3528f1

View File

@ -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