Fix SMB2_CAP_DFS
authorVolker Lendecke <vl@samba.org>
Sun, 12 Apr 2009 17:11:09 +0000 (19:11 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 11 May 2009 13:54:24 +0000 (15:54 +0200)
source4/libcli/smb2/smb2.h

index 3044623ae8d3a4e9a1668946f25dc8638afb5981..98e3c5b9316167dca5b51302b2e18393b06a5891 100644 (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