diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/locking/locking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index decc36fc03..9ea9e08ded 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -159,6 +159,7 @@ static BOOL posix_lock_in_range(SMB_OFF_T *offset_out, SMB_OFF_T *count_out, DEBUG(10,("posix_lock_in_range: negative range: offset = %.0f, count = %.0f. Ignoring lock.\n", (double)offset, (double)count )); return False; + } /* * In this case SMB_OFF_T is 64 bits, the offset and count |