1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

you cant dereference ctdb->vnnmap in the client since it is null in hte

client

(This used to be ctdb commit cbd01fc8978f798a5eb5c8920a1acb68d43f7a80)
This commit is contained in:
Ronnie Sahlberg 2007-04-28 19:28:25 +10:00
parent c43e71b0af
commit fd9b5591ba

View File

@ -694,7 +694,6 @@ struct ctdb_req_header *_ctdbd_allocate_pkt(struct ctdb_context *ctdb,
hdr->length = length;
hdr->ctdb_magic = CTDB_MAGIC;
hdr->ctdb_version = CTDB_VERSION;
hdr->generation = ctdb->vnn_map->generation;
return hdr;
}