From f2c5a0afd2e219e8d845db08d6d13de65b710f5c Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Mon, 11 Jul 2011 11:19:21 +0200 Subject: s3-libsmb: let cli_lock64 return NTSTATUS instead of bool Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Jul 11 12:48:38 CEST 2011 on sn-devel-104 --- source3/torture/locktest.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'source3/torture/locktest.c') diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index d27eb5fa54..a5ccf24c33 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -289,17 +289,16 @@ static bool test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], uint64_t len = rec->len; enum brl_type op = rec->lock_type; int server; - bool ret[NSERVERS]; NTSTATUS status[NSERVERS]; switch (rec->lock_op) { case OP_LOCK: /* set a lock */ for (server=0;server