From: Ronnie Sahlberg Date: Sat, 28 Apr 2007 09:28:25 +0000 (+1000) Subject: you cant dereference ctdb->vnnmap in the client since it is null in hte X-Git-Tag: tevent-0.9.20~348^2~2819^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd9b5591ba1964dda3cb5c986b25cc1550c58d3e;p=thirdparty%2Fsamba.git you cant dereference ctdb->vnnmap in the client since it is null in hte client (This used to be ctdb commit cbd01fc8978f798a5eb5c8920a1acb68d43f7a80) --- diff --git a/ctdb/common/ctdb_daemon.c b/ctdb/common/ctdb_daemon.c index b0b48102420..77cdab1bd04 100644 --- a/ctdb/common/ctdb_daemon.c +++ b/ctdb/common/ctdb_daemon.c @@ -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; }