summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-05-29 23:54:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:14 -0500
commit0a1ca7fa3d19f46c4bcb0c80c78a619c90fe5f2a (patch)
tree2c8598bfcd3f01ebf2eeda732dbfefd01186f933 /source3/locking
parent803eed10629364445524163d47786431fd91b1f4 (diff)
downloadsamba-0a1ca7fa3d19f46c4bcb0c80c78a619c90fe5f2a.tar.gz
samba-0a1ca7fa3d19f46c4bcb0c80c78a619c90fe5f2a.tar.bz2
samba-0a1ca7fa3d19f46c4bcb0c80c78a619c90fe5f2a.zip
r15943: Update misleading DEBUG statements and comments that refer to
open_file_shared. (This used to be commit 784126edff942d1c2f79f7c9feb59980426f331e)
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index a532a90d0d..b536844319 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -1116,7 +1116,7 @@ BOOL downgrade_share_oplock(struct share_mode_lock *lck, files_struct *fsp)
/****************************************************************************
Deal with the internal needs of setting the delete on close flag. Note that
as the tdb locking is recursive, it is safe to call this from within
- open_file_shared. JRA.
+ open_file_ntcreate. JRA.
****************************************************************************/
NTSTATUS can_set_delete_on_close(files_struct *fsp, BOOL delete_on_close,