summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 6f10eb67c8..9c7b32f58a 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -785,7 +785,11 @@ Offset Data length.
54
*/
+#ifdef CLUSTER_SUPPORT
+#define MSG_SMB_SHARE_MODE_ENTRY_SIZE 58
+#else
#define MSG_SMB_SHARE_MODE_ENTRY_SIZE 54
+#endif
struct share_mode_lock {
const char *servicepath; /* canonicalized. */