From: Volker Lendecke Date: Mon, 9 Mar 2020 11:36:31 +0000 (+0100) Subject: smbd: Fix a comment, "flags" expanded to 2 bytes X-Git-Tag: ldb-2.2.0~1457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d5195349ddc34095cc9c77e6b63afb180bb5c1;p=thirdparty%2Fsamba.git smbd: Fix a comment, "flags" expanded to 2 bytes Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index ce22ce540cf..ed96541c36d 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -207,7 +207,7 @@ static void share_mode_memcache_store(struct share_mode_data *d) * NB. We use ndr_pull_hyper on a stack-created * struct ndr_pull with no talloc allowed, as we * need this to be really fast as an ndr-peek into - * the first 9 bytes of the blob. + * the first 10 bytes of the blob. */ static enum ndr_err_code get_share_mode_blob_header(