client:ctdb_control_send: remove duplicate setting of the reqid header.
authorMichael Adam <obnox@samba.org>
Wed, 15 Jul 2009 08:03:03 +0000 (10:03 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 4 Aug 2009 07:46:39 +0000 (09:46 +0200)
Michael

client/ctdb_client.c

index f6dbc73a6972cc27e35b19e491b48d35c4350934..e6163a62b32594795d32e0cfd5801dc4c627fe31 100644 (file)
@@ -815,7 +815,6 @@ struct ctdb_client_control_state *ctdb_control_send(struct ctdb_context *ctdb,
        CTDB_NO_MEMORY_NULL(ctdb, c);
        c->hdr.reqid        = state->reqid;
        c->hdr.destnode     = destnode;
-       c->hdr.reqid        = state->reqid;
        c->opcode           = opcode;
        c->client_id        = 0;
        c->flags            = flags;