summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap_ctdb.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-04 17:07:20 +0200
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:06 +0200
commitfd070dc9af61677789cbe0d4464428ac68858b3a (patch)
tree2dc299b2bb31364555f947bdd5b6313af29380f7 /source3/lib/dbwrap_ctdb.c
parentf49a712c152ecd0b7e229799c200ec245e89151f (diff)
downloadsamba-fd070dc9af61677789cbe0d4464428ac68858b3a.tar.gz
samba-fd070dc9af61677789cbe0d4464428ac68858b3a.tar.bz2
samba-fd070dc9af61677789cbe0d4464428ac68858b3a.zip
dbwrap ctdb: remove erroneously duplicated comment.
Michael (This used to be commit c939c55e5182258092faceefa58a7f328f18619e)
Diffstat (limited to 'source3/lib/dbwrap_ctdb.c')
-rw-r--r--source3/lib/dbwrap_ctdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index aa2f9d371c..23750ebb5e 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -81,7 +81,6 @@ static NTSTATUS db_ctdb_store_persistent(struct db_record *rec, TDB_DATA data, i
status = ctdbd_start_persistent_update(messaging_ctdbd_connection(), crec->ctdb_ctx->db_id, rec->key, cdata);
- /* now tell ctdbd to update this record on all other nodes */
if (NT_STATUS_IS_OK(status)) {
ret = tdb_store(crec->ctdb_ctx->wtdb->tdb, rec->key, cdata, TDB_REPLACE);
status = (ret == 0) ? NT_STATUS_OK : NT_STATUS_INTERNAL_DB_CORRUPTION;