diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/common/opendb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/opendb_tdb.c b/source4/ntvfs/common/opendb_tdb.c index f71416ec83..a800cdbd7c 100644 --- a/source4/ntvfs/common/opendb_tdb.c +++ b/source4/ntvfs/common/opendb_tdb.c @@ -641,7 +641,7 @@ static NTSTATUS odb_tdb_break_oplocks(struct odb_lock *lck) NTSTATUS status; struct opendb_file file; int i; - bool modified = true; + bool modified = false; status = odb_pull_record(lck, &file); if (NT_STATUS_EQUAL(status, NT_STATUS_OBJECT_NAME_NOT_FOUND)) { |