From 850a0e27e19ac21bc66d3d26875d3f9bafd5245c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 19 Jun 2001 07:31:55 +0000 Subject: Extra debug in open.c, fix for bad debug message in reply.c Jeremy. (This used to be commit 2c2fc8513699eb39721ac1d65fa1fdaecde526a8) --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 6f4076cecb..a50c44b296 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -2156,6 +2156,8 @@ static void run_oplock3(int dummy) if (fork() == 0) { /* Child code */ + use_oplocks = True; + use_level_II_oplocks = True; if (!open_connection(&cli)) return; sleep(2); /* try to trigger a oplock break in parent */ -- cgit