From fdb98fbdd84362b9c586fdebf83fc2db5722a44e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 17 Mar 2011 10:35:51 -0700 Subject: Nulling out the op_mid is never the right thing to do. We depend on this value when searching for specific share mode entries. Jeremy. Autobuild-User: Jeremy Allison Autobuild-Date: Thu Mar 17 19:59:51 CET 2011 on sn-devel-104 --- source3/locking/locking.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/locking/locking.c') diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 15c53d4161..32d1b34faa 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -1374,7 +1374,6 @@ bool remove_share_oplock(struct share_mode_lock *lck, files_struct *fsp) return False; } - e->op_mid = 0; if (EXCLUSIVE_OPLOCK_TYPE(fsp->oplock_type)) { /* * Going from exclusive or batch, -- cgit