git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7672a03
)
Fix SMB2_CAP_DFS
author
Volker Lendecke
<vl@samba.org>
Sun, 12 Apr 2009 17:11:09 +0000
(19:11 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Mon, 11 May 2009 13:54:24 +0000
(15:54 +0200)
source4/libcli/smb2/smb2.h
patch
|
blob
|
history
diff --git
a/source4/libcli/smb2/smb2.h
b/source4/libcli/smb2/smb2.h
index 3044623ae8d3a4e9a1668946f25dc8638afb5981..98e3c5b9316167dca5b51302b2e18393b06a5891 100644
(file)
--- 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_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 0x0
0000001
/* so we can spot new caps as added */
#define SMB2_CAP_ALL SMB2_CAP_DFS
/* so we can spot new caps as added */
#define SMB2_CAP_ALL SMB2_CAP_DFS