From 04f62984fe7c76dd409197fb72f1697c4d7e1755 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 26 Jul 2018 12:43:30 +0200 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 63623297d07..295ae1ff72d 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -1153,7 +1153,7 @@ static void contend_level2_oplocks_begin_default(files_struct *fsp, /* * do_break_to_none() only operates on the - * locking.tdb and send network packets to + * locking.tdb and sends network packets to * the client. That doesn't require any * impersonation, so we just use the * raw tevent context here. -- 2.47.2