lib: Update error check for new string conversion wrapper
authorSwen Schillig <swen@linux.ibm.com>
Wed, 6 Mar 2019 08:07:13 +0000 (09:07 +0100)
committerChristof Schmitt <cs@samba.org>
Thu, 11 Apr 2019 22:29:26 +0000 (22:29 +0000)
commit7adaebe567ba969ffc5a5d57d896099a18cd1b80
tree4cabd2dd849352bcff8b996c310e874aaae600d7
parentda80b6d2a14c58a7fc618bcb7750bbc4ea8cb95a
lib: 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>
source3/lib/interface.c
source3/lib/util_str.c