talloc: Fix the O3 developer build
authorVolker Lendecke <vl@samba.org>
Mon, 12 Oct 2015 10:06:50 +0000 (12:06 +0200)
committerRalph Böhme <slow@samba.org>
Mon, 12 Oct 2015 12:02:11 +0000 (14:02 +0200)
commitb5cf80a7b58095fd711968ef03f84740d0119553
tree3300584843a82cc6a67baed268d53e44e3c49e6f
parent2f7bee43d8bcb8cc5205b159862e57954e4fc26c
talloc: Fix the O3 developer build

Compilers can't see that the child exits. Thus "exit_status" is
used uninitialized in the child.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/talloc/testsuite.c