From: Ralph Boehme Date: Tue, 28 Jan 2025 05:45:29 +0000 (+0100) Subject: s3/locking: add a comment to share_mode_data_ltdb_store() X-Git-Tag: tevent-0.17.0~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4cab78cdff5c898f02f341a9ac238a6ca7c40a;p=thirdparty%2Fsamba.git s3/locking: add a comment to share_mode_data_ltdb_store() Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Wed Apr 2 19:03:50 UTC 2025 on atb-devel-224 --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index e355086dd4c..126e2e4cc14 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -609,6 +609,9 @@ fail: return NULL; } +/* + * Store share_mode_data from d and share_mode_entrys from ltdb + */ static NTSTATUS share_mode_data_ltdb_store(struct share_mode_data *d, TDB_DATA key, struct locking_tdb_data *ltdb,