]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/locking: add a comment to share_mode_data_ltdb_store()
authorRalph Boehme <slow@samba.org>
Tue, 28 Jan 2025 05:45:29 +0000 (06:45 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 2 Apr 2025 19:03:50 +0000 (19:03 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Apr  2 19:03:50 UTC 2025 on atb-devel-224

source3/locking/share_mode_lock.c

index e355086dd4c62fa7b2391ba87ec07cb2f03af59d..126e2e4cc14f0e970fdf492c76464655bd2980d5 100644 (file)
@@ -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,