summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 02f67662f1..058eb267a8 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -89,7 +89,8 @@ enum protocol_types {
PROTOCOL_COREPLUS,
PROTOCOL_LANMAN1,
PROTOCOL_LANMAN2,
- PROTOCOL_NT1
+ PROTOCOL_NT1,
+ PROTOCOL_SMB2
};
/* passed to br lock code. FIXME: Move to one of the smb-specific headers */