Typo in blocking.c of stock 2.2.1 ?

Simo Sorce idra at samba.org
Thu Aug 30 08:19:17 GMT 2001


yeah, thank you for pointing out.

On Wed, Aug 29, 2001 at 09:47:25AM -0700, dolze at epcnet.de wrote:
> Hi, 
> 
> maybe i found a typo in stock 2.2.1 blocking.c:
> 
> In process_lockingX() i found:
> 
>     if(!do_lock(fsp,conn,count,lock_pid,offset, ((locktype & 1) ? READ_LOCK : WRITE_LOCK),
>                 &eclass, &ecode))
> 
> Shouldn't it be:
> 
>     if(!do_lock(fsp,conn,lock_pid,count,offset, ((locktype & 1) ? READ_LOCK : WRITE_LOCK),
>                 &eclass, &ecode))
> 
> ?
> 
> Greetings
> 
>     Jochen Dolze
> 
> 

-- 
Simo Sorce       idra at samba.org
-------------------------------
Samba Team http://www.samba.org




More information about the samba-technical mailing list