ctdb-client: Set control opcode in reply for one-way controls
authorAmitay Isaacs <amitay@gmail.com>
Fri, 22 Apr 2016 03:53:50 +0000 (13:53 +1000)
committerMartin Schwenke <martins@samba.org>
Sat, 23 Apr 2016 21:55:15 +0000 (23:55 +0200)
commitb970a5304c5a952dc5366d637b785cddacee2be7
treed71d33a349abae977f99cda510dc1bb630782db2
parent1bd461fed56275cc8925d5f3dc8cec0ef3c47e58
ctdb-client: Set control opcode in reply for one-way controls

Some controls are fire-and-forget (CTDB_CTRL_FLAG_NOREPLY).  Since there
is no reply received, the opcode in the ctdb_reply_control structure
never gets set.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/client/client_control.c