s4:torture: Make sure handles are initialized
authorAndreas Schneider <asn@samba.org>
Thu, 16 Feb 2017 16:52:41 +0000 (17:52 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 23 Feb 2017 02:18:10 +0000 (03:18 +0100)
commit8a1b998acb3592ad67bb72db79965bae436748ec
tree2b3698807f683df598949b59f797b1549cd2c049
parent79a49dc19a83bd22684a71aecf4588b753669039
s4:torture: Make sure handles are initialized

The CHECK_STATUS macro might goto done which checks the values of the
handle so they should be initialized in this case.

Found by covscan.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12592

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smb2/rename.c