From: Volker Lendecke Date: Mon, 10 Sep 2018 10:20:10 +0000 (+0200) Subject: smbd: Fix a false comment X-Git-Tag: tdb-1.3.17~1623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e500d8ad75d29ab7242947f7b869488ba76192;p=thirdparty%2Fsamba.git smbd: Fix a false comment Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- 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)