ctdb-protocol: Update error check for new string conversion wrapper
authorSwen Schillig <swen@linux.ibm.com>
Wed, 6 Mar 2019 08:43:53 +0000 (09:43 +0100)
committerChristof Schmitt <cs@samba.org>
Thu, 11 Apr 2019 22:29:26 +0000 (22:29 +0000)
commitc0c1004cd0946b9ead9b2441794dc9268af60fd8
tree80bb2527bb852abfc5d84eb424f9d94e5d010387
parent1bdec2ce8c51edc5e23b87f43af14be443b61a84
ctdb-protocol: Update error check for new string conversion wrapper

The new string conversion wrappers detect and flag errors
which occured during the string to integer conversion.
Those modifications required an update of the callees
error checks.

Signed-off-by: Swen Schillig <swen@linux.ibm.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
ctdb/protocol/protocol_util.c