diff options
author | Volker Lendecke <vl@samba.org> | 2009-04-12 19:11:09 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-05-11 15:54:24 +0200 |
commit | ce8f3528f147fd0f616bc441f7753b26e97f19c8 (patch) | |
tree | 59e73bc03b2efe539521ea30344eabfa93d9a8da /source4/libcli/smb2 | |
parent | 7672a033eff9db1203c69de422fb906504a54f77 (diff) | |
download | samba-ce8f3528f147fd0f616bc441f7753b26e97f19c8.tar.gz samba-ce8f3528f147fd0f616bc441f7753b26e97f19c8.tar.bz2 samba-ce8f3528f147fd0f616bc441f7753b26e97f19c8.zip |
Fix SMB2_CAP_DFS
Diffstat (limited to 'source4/libcli/smb2')
-rw-r--r-- | source4/libcli/smb2/smb2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h index 3044623ae8..98e3c5b931 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 |