From ce8f3528f147fd0f616bc441f7753b26e97f19c8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 12 Apr 2009 19:11:09 +0200 Subject: [PATCH] Fix SMB2_CAP_DFS --- source4/libcli/smb2/smb2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h index 3044623ae8d..98e3c5b9316 100644 --- a/source4/libcli/smb2/smb2.h +++ b/source4/libcli/smb2/smb2.h @@ -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 -- 2.34.1