]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
you cant dereference ctdb->vnnmap in the client since it is null in hte
authorRonnie Sahlberg <sahlberg@ronnie>
Sat, 28 Apr 2007 09:28:25 +0000 (19:28 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Sat, 28 Apr 2007 09:28:25 +0000 (19:28 +1000)
client

(This used to be ctdb commit cbd01fc8978f798a5eb5c8920a1acb68d43f7a80)

ctdb/common/ctdb_daemon.c

index b0b48102420b74b391512fabbc8a95802ed9946b..77cdab1bd04eac705fc81590dd4b7318cdef9f39 100644 (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;
 }