From 970f7122d9095aa95e0513793f69994e235cb1e0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Apr 2006 04:40:11 +0000 Subject: r15033: expanded the RAW-OPLOCK test to include the different cases where the client chooses to break to none or break to level II, when offered a level II break from exclusive (This used to be commit 9a35b14422980fb9a8049058fd30e79d19a1e242) --- source4/torture/nbench/nbio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/nbench/nbio.c') diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index 96d763651e..e87a138a8e 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -182,7 +182,7 @@ static struct smbcli_state *c; a handler function for oplock break requests */ static BOOL oplock_handler(struct smbcli_transport *transport, uint16_t tid, - uint16_t fnum, BOOL shared, uint8_t level, void *private) + uint16_t fnum, uint8_t level, void *private) { struct smbcli_tree *tree = private; return smbcli_oplock_ack(tree, fnum, OPLOCK_BREAK_TO_NONE); -- cgit