diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/raw/oplock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index ad21623fc9..c2e086aa95 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -264,6 +264,9 @@ static uint8_t get_setinfo_break_count(struct torture_context *tctx) if (TARGET_IS_W2K12(tctx)) { return 2; } + if (TARGET_IS_SAMBA3(tctx)) { + return 2; + } return 1; } |