diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-14 00:36:57 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-14 00:36:57 +0000 |
commit | 9f6a10d173713677a929a2ffe0bc2a7f1a2ed229 (patch) | |
tree | adeeeb88bdd9183e5b6f05ab59578eb4eabbc2eb | |
parent | cdd01aa4dd2660aca01db7b5c22f52a1f506896d (diff) | |
download | samba-9f6a10d173713677a929a2ffe0bc2a7f1a2ed229.tar.gz samba-9f6a10d173713677a929a2ffe0bc2a7f1a2ed229.tar.bz2 samba-9f6a10d173713677a929a2ffe0bc2a7f1a2ed229.zip |
Broke my own rule about checking in uncompiled source :-(.
Jeremy.
(This used to be commit 9fd056c91196746e09f220a15171f3c97791dcce)
-rw-r--r-- | source3/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 4af37fdc47..04c198afea 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -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; |