From: Volker Lendecke Date: Sun, 12 Apr 2009 17:11:09 +0000 (+0200) Subject: Fix SMB2_CAP_DFS X-Git-Tag: tdb-1.1.5~636 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=ce8f3528f147fd0f616bc441f7753b26e97f19c8;p=ira%2Fwip.git Fix SMB2_CAP_DFS --- 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