ctdb-client: Fix implementation of transaction cancel
authorAmitay Isaacs <amitay@gmail.com>
Fri, 1 Jul 2016 07:53:17 +0000 (17:53 +1000)
committerMartin Schwenke <martins@samba.org>
Tue, 5 Jul 2016 08:53:15 +0000 (10:53 +0200)
commit1bd97e6d6ff8a99fae28c29be9bbaab93802e986
tree6df0c5ade6858cc34b8cf2e52f07d1112e1174c5
parent831072292212fb4e63ab6ebf51ccefd1547b98d0
ctdb-client: Fix implementation of transaction cancel

Wrap async transaction cancel to unlock g_lock lock and free transaction
handle.

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