From 8e19d00216a6d200937fb9383f96f7a6dedd4abd Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 13 Jun 2003 17:04:02 +0000 Subject: Apply patch.4.1.25.1. CVS patchset: 6900 CVS date: 2003/06/13 17:04:02 --- db/fileops/fop_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/fileops/fop_util.c b/db/fileops/fop_util.c index 329ec3f28..a2c5107b8 100644 --- a/db/fileops/fop_util.c +++ b/db/fileops/fop_util.c @@ -40,7 +40,7 @@ static int __fop_set_pgsize __P((DB *, DB_FH *, const char *)); u_int32_t __lockval; \ \ if (LOCKING_ON((ENV))) { \ - __lockval = 0; \ + __lockval = 1; \ __dbt.data = &__lockval; \ __dbt.size = sizeof(__lockval); \ if ((ret = (ENV)->lock_get((ENV), (ID), \ -- cgit v1.2.3