mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
ldb:kv_cache: s/ltdb/ldb_kv/ in comments and messages
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
781057b3ca
commit
2a7e74898a
@ -328,7 +328,7 @@ static int ldb_kv_baseinfo_init(struct ldb_module *module)
|
||||
struct ldb_val val;
|
||||
int ret;
|
||||
/* the initial sequence number must be different from the one
|
||||
set in ltdb_cache_free(). Thanks to Jon for pointing this
|
||||
set in ldb_kv_cache_free(). Thanks to Jon for pointing this
|
||||
out. */
|
||||
const char *initial_sequence_number = "1";
|
||||
|
||||
@ -476,8 +476,10 @@ int ldb_kv_cache_load(struct ldb_module *module)
|
||||
ldb_kv->pack_format_version = LDB_PACKING_FORMAT;
|
||||
ldb_kv->target_pack_format_version = LDB_PACKING_FORMAT;
|
||||
|
||||
/* error handling for ltdb_baseinfo_init() is by
|
||||
looking for the record again. */
|
||||
/*
|
||||
* error handling for ldb_kv_baseinfo_init() is by
|
||||
* looking for the record again.
|
||||
*/
|
||||
ldb_kv_baseinfo_init(module);
|
||||
|
||||
} else if (r != LDB_SUCCESS) {
|
||||
@ -527,7 +529,7 @@ int ldb_kv_cache_load(struct ldb_module *module)
|
||||
}
|
||||
|
||||
/*
|
||||
* ltdb_attributes_unload() calls internally talloc_free() on
|
||||
* ldb_kv_attributes_unload() calls internally talloc_free() on
|
||||
* any non-fixed elements in ldb->schema.attributes.
|
||||
*
|
||||
* NOTE WELL: This is per-ldb, not per module, so overwrites
|
||||
|
Loading…
Reference in New Issue
Block a user