summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_ltdb.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-09-13 18:38:20 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-09-13 18:38:20 +1000
commit8e4bfba75c5b38d37849aef0d88a619ef74aab6f (patch)
tree4e8c9f1ceb1436857fce17402d5e707e2f92dbfd /ctdb/common/ctdb_ltdb.c
parentf5a3119dc08bc8beb34b00dded19e4c70fbbe308 (diff)
downloadsamba-8e4bfba75c5b38d37849aef0d88a619ef74aab6f.tar.gz
ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_with_header() since this is what it actually does.
(This used to be ctdb commit 94a5ce4e08e7891f07dbfe4c822ca4be5ab10965)
Diffstat (limited to 'ctdb/common/ctdb_ltdb.c')
-rw-r--r--ctdb/common/ctdb_ltdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_ltdb.c b/ctdb/common/ctdb_ltdb.c
index 76274ceafba..e4662ac37fd 100644
--- a/ctdb/common/ctdb_ltdb.c
+++ b/ctdb/common/ctdb_ltdb.c
@@ -125,7 +125,7 @@ int ctdb_ltdb_fetch(struct ctdb_db_context *ctdb_db,
if the record does not exist, *header will be NULL
and data = {0, NULL}
*/
-int ctdb_ltdb_fetch_readonly(struct ctdb_db_context *ctdb_db,
+int ctdb_ltdb_fetch_with_header(struct ctdb_db_context *ctdb_db,
TDB_DATA key, struct ctdb_ltdb_header *header,
TALLOC_CTX *mem_ctx, TDB_DATA *data)
{