Remove LACOUNT and LACCESSOR and migrate the records immediately.
[sahlberg/ctdb.git] / common / ctdb_ltdb.c
index 7dc28ddf9930ca9b0b9bc022d674e8456b94f34f..c9693e83ee4e3671b4f8b7d75ae6ddeb852ac934 100644 (file)
@@ -65,7 +65,6 @@ static void ltdb_initial_header(struct ctdb_db_context *ctdb_db,
        ZERO_STRUCTP(header);
        /* initial dmaster is the lmaster */
        header->dmaster = ctdb_lmaster(ctdb_db->ctdb, &key);
-       header->laccessor = header->dmaster;
 }