diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-11 00:50:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-11 00:50:13 +0000 |
commit | c93b40f43d5f5027f26c9b6bb906011a9075db2d (patch) | |
tree | 80de889af1e82fb7082120e8dde59ad3f8a6c2bf /source/locking | |
parent | 6f0561acadd139e37f86e30a2bbf10f428178eaf (diff) | |
download | samba-c93b40f43d5f5027f26c9b6bb906011a9075db2d.tar.gz samba-c93b40f43d5f5027f26c9b6bb906011a9075db2d.tar.xz samba-c93b40f43d5f5027f26c9b6bb906011a9075db2d.zip |
Fix missing braces around push lock call.
Jeremy.
Diffstat (limited to 'source/locking')
-rw-r--r-- | source/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/locking/locking.c b/source/locking/locking.c index d42d041b790..3eb7ca47832 100644 --- a/source/locking/locking.c +++ b/source/locking/locking.c @@ -142,7 +142,7 @@ static NTSTATUS do_lock(files_struct *fsp,connection_struct *conn, uint16 lock_p } /**************************************************************************** - Utility function called by locking requests. This is *DISGISTING*. It also + Utility function called by locking requests. This is *DISGUSTING*. It also appears to be "What Windows Does" (tm). Andrew, ever wonder why Windows 2000 is so slow on the locking tests...... ? This is the reason. Much though I hate it, we need this. JRA. |