diff options
Diffstat (limited to 'source4/torture/raw/oplock.c')
-rw-r--r-- | source4/torture/raw/oplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index dc8c883f76..0eabcc94f7 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -54,7 +54,7 @@ static BOOL oplock_handler_ack(struct cli_transport *transport, uint16 tid, uint printf("Acking in oplock handler\n"); - return cli_oplock_ack(tree, fnum, level == 1? 0x102 : 2); + return cli_oplock_ack(tree, fnum, level); } /* |