mirror of
https://github.com/samba-team/samba.git
synced 2025-03-25 14:50:24 +03:00
Broke my own rule about checking in uncompiled source :-(.
Jeremy. (This used to be commit 9fd056c91196746e09f220a15171f3c97791dcce)
This commit is contained in:
parent
cdd01aa4dd
commit
9f6a10d173
@ -722,7 +722,7 @@ BOOL lock_share_entry(int cnum, uint32 dev, uint32 inode, share_lock_token *ptok
|
||||
{
|
||||
pstring fname;
|
||||
int fd;
|
||||
ret = True;
|
||||
int ret = True;
|
||||
|
||||
*ptok = (share_lock_token)-1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user