From 6eb1187765b617128c3e698d02127f2690779580 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 3 May 2006 02:14:09 +0000 Subject: r15402: Fix for bug #3587. Dead entries can be left in the locking db. Make this db self-cleaning on first read of entry after open, and also on smbstatus -b call. Needs more testing when I get back from Boston but passes valgrind at first look. Jeremy. (This used to be commit c66531096325848d1476054df5d53ad05c2ffc83) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 0edb1c31e2..c583055a49 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -447,6 +447,7 @@ typedef struct files_struct { BOOL is_directory; BOOL is_stat; BOOL aio_write_behind; + BOOL lockdb_clean; char *fsp_name; FAKE_FILE_HANDLE *fake_file_handle; } files_struct; -- cgit