diff options
-rw-r--r-- | source3/lib/dbwrap/dbwrap_ctdb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c index e5662e0357..7ea8e9347c 100644 --- a/source3/lib/dbwrap/dbwrap_ctdb.c +++ b/source3/lib/dbwrap/dbwrap_ctdb.c @@ -1003,7 +1003,10 @@ static int db_ctdb_record_destr(struct db_record* data) return 0; } -/* Do I own this record? */ +/** + * Check whether we have a valid local copy of the given record, + * either for reading or for writing. + */ static bool db_ctdb_can_use_local_copy(TDB_DATA ctdb_data, bool read_only) { struct ctdb_ltdb_header *hdr; |