summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-02 23:06:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:23 -0500
commit9b0f22d065b80d8cc0d4d2c9c1f52476ae68df95 (patch)
treecd7c8b18117039bd2d1db7fbf15294266f024254 /source3
parentb22ffe77e5160e81b0a6e490ef4383d0682c0bbe (diff)
downloadsamba-9b0f22d065b80d8cc0d4d2c9c1f52476ae68df95.tar.gz
samba-9b0f22d065b80d8cc0d4d2c9c1f52476ae68df95.tar.bz2
samba-9b0f22d065b80d8cc0d4d2c9c1f52476ae68df95.zip
r21667: posix_unlink should break existing oplocks.
Jeremy. (This used to be commit 8a90d5dd4f396e5ba207efabc6d852fe4b418310)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 1908f56793..86e5f56fe2 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -5209,7 +5209,7 @@ static NTSTATUS smb_posix_unlink(connection_struct *conn,
FILE_OPEN,
0,
FILE_FLAG_POSIX_SEMANTICS|0777,
- INTERNAL_OPEN_ONLY,
+ 0, /* No oplock, but break existing ones. */
&info,
&fsp);
/*