From 89e500d8ad75d29ab7242947f7b869488ba76192 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 10 Sep 2018 12:20:10 +0200 Subject: [PATCH] smbd: Fix a false comment Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/locking/locking.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/locking/locking.c b/source3/locking/locking.c index a31a4c2b170..8ee92370aed 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -879,8 +879,7 @@ struct share_mode_entry *find_share_mode_entry( } /******************************************************************* - Del the share mode of a file for this process. Return the number of - entries left. + Del the share mode of a file for this process. ********************************************************************/ bool del_share_mode(struct share_mode_lock *lck, files_struct *fsp) -- 2.11.4.GIT