summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-05-15 18:11:55 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-05-16 06:46:18 +0000
commit546394a90c6a6872b48e1d3784aa128785d85943 (patch)
tree3b7ce5ea641fa58dfd80f265e001f164d7bd7b4a /source3
parent076402cb598ea14ba9508ba5fbcac928851ba983 (diff)
downloadsamba-546394a90c6a6872b48e1d3784aa128785d85943.tar.gz
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index d23e8965f63..a2d564e48b3 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -1712,7 +1712,7 @@ NTSTATUS send_break_message(struct messaging_context *msg_ctx,
/* Overload entry->op_type */
/*
* This is a cut from uint32_t to uint16_t, but so far only the lower 3
- * bits (LEASE_WRITE/HANDLE/READ are used anyway.
+ * bits (LEASE_WRITE/HANDLE/READ) are used anyway.
*/
SSVAL(msg,OP_BREAK_MSG_OP_TYPE_OFFSET, break_to);