this was a stupid typo,
authorSimo Sorce <idra@samba.org>
Thu, 30 Aug 2001 08:14:16 +0000 (08:14 +0000)
committerSimo Sorce <idra@samba.org>
Thu, 30 Aug 2001 08:14:16 +0000 (08:14 +0000)
thanks to Jochen Dolze (dolze@epcnet.de) for pointing out.
(This used to be commit a554d5a99a03e6e8df7e946e5636f5ee80b21969)

source3/smbd/blocking.c

index 136598566079343938c4a3a6d3bf0689c678f7bb..20085981046eb171ad398be40fef88fc05774e05 100644 (file)
@@ -412,7 +412,7 @@ static BOOL process_lockingX(blocking_lock_record *blr)
                 * request would never have been queued. JRA.
                 */
                errno = 0;
-               status = do_lock(fsp,conn,count,lock_pid,offset, 
+               status = do_lock(fsp,conn,lock_pid,count,offset, 
                                 ((locktype & 1) ? READ_LOCK : WRITE_LOCK));
                if (NT_STATUS_IS_ERR(status)) break;
        }