s3-torture: use nt_errstr() for cli_unlink() error handling
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Jul 2011 15:56:19 +0000 (17:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 7 Jul 2011 17:16:28 +0000 (19:16 +0200)
commit840a1c7445377c24bfff04ffa619ea6b4aa83029
tree4d976c55f4680110c883b8857c84837494eec039
parent60873a9e48115e5bfb3c58cccd078c49d43c56bc
s3-torture: use nt_errstr() for cli_unlink() error handling

Use nt_errstr() instead of cli_errstr() for error handling on
cli_unlink() calls.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/torture/torture.c