diff options
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/brlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index d521dc80d3..d0385fbb0b 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -525,7 +525,7 @@ NTSTATUS brl_remove_pending(struct brl_context *brl, NTSTATUS brl_locktest(struct brl_context *brl, DATA_BLOB *file_key, uint16_t fnum, - uint16 smbpid, + uint16_t smbpid, uint64_t start, uint64_t size, enum brl_type lock_type) { |