From e6bc1dd64d19155190057b551b781e4436567ace Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 May 2000 02:12:33 +0000 Subject: found a much simpler case that kills the posix locking (This used to be commit b703cecf81dc62234171eaaa4c0cae448f144e1f) --- source3/utils/locktest.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c index f125ab241a..9d8d539727 100644 --- a/source3/utils/locktest.c +++ b/source3/utils/locktest.c @@ -43,11 +43,11 @@ struct preset { int start, len; int rw; } preset[] = { -{86, 37, 0, 1, 0, 29+41, WRITE_LOCK}, -{46, 21, 0, 1, 55, 7, READ_LOCK}, -{51, 35, 0, 0, 79, 2, WRITE_LOCK}, -{69, 97, 0, 1, 0, 0, 0}, -{35, 27, 1, 1, 1, 31+45, READ_LOCK}, +{86, 37, 0, 1, 0, 3, WRITE_LOCK}, +{46, 21, 0, 1, 1, 1, READ_LOCK}, +{51, 35, 0, 0, 10, 1, WRITE_LOCK}, +{69, 97, 0, 1, 0, 0, 0}, +{35, 27, 1, 1, 0, 3, READ_LOCK}, }; /* each server has two connections open to it. Each connection has two file -- cgit