From 9f6a10d173713677a929a2ffe0bc2a7f1a2ed229 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 14 Oct 1997 00:36:57 +0000 Subject: Broke my own rule about checking in uncompiled source :-(. Jeremy. (This used to be commit 9fd056c91196746e09f220a15171f3c97791dcce) --- source3/locking/locking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/locking') 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; -- cgit