dbwrap ctdb: remove erroneously duplicated comment.
authorMichael Adam <obnox@samba.org>
Mon, 4 Aug 2008 15:07:20 +0000 (17:07 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:06 +0000 (11:54 +0200)
Michael
(This used to be commit c939c55e5182258092faceefa58a7f328f18619e)

source3/lib/dbwrap_ctdb.c

index aa2f9d371ca36c0437c4f0651a3f76c29c361e10..23750ebb5e07c0ae28f928ee9ebcb09b6c9a6193 100644 (file)
@@ -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;