ctdb:protocol_util: remove 'const' from allocated strings
commit3ce9069a65c5e943c6eda38711f527a9a42c7b6b
authorStefan Metzmacher <metze@samba.org>
Mon, 27 May 2019 10:31:51 +0000 (27 12:31 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2019 22:13:07 +0000 (4 22:13 +0000)
treeda154ee11173448f69639745a13ce2ea7a219572
parentdbf3e81f7f0b28c69dca004b32ea3a7344b0cad3
ctdb:protocol_util: remove 'const' from allocated strings

The caller should be able to call TALLOC_FREE() on the returned
strings.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/protocol/protocol_util.c
ctdb/protocol/protocol_util.h