summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/brlock.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-02 11:03:19 +1000
committerAndrew Tridgell <tridge@samba.org>2008-06-02 11:03:19 +1000
commit1bdd08227e7d046305705050f21f0f1b6dd6994a (patch)
tree1695bd1e4637c604727b3db89e805fb0edae1e9f /source4/ntvfs/common/brlock.c
parent3850d47fef103c4118f1baff4b91b403ab4dde71 (diff)
downloadsamba-1bdd08227e7d046305705050f21f0f1b6dd6994a.tar.gz
samba-1bdd08227e7d046305705050f21f0f1b6dd6994a.tar.bz2
samba-1bdd08227e7d046305705050f21f0f1b6dd6994a.zip
smbpid needs to be 32 bit now to cope with SMB2
(This used to be commit a2854fd6eaf097b5a9a562e0b8f1a599485fec42)
Diffstat (limited to 'source4/ntvfs/common/brlock.c')
-rw-r--r--source4/ntvfs/common/brlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c
index c87eca8aff..3b34873152 100644
--- a/source4/ntvfs/common/brlock.c
+++ b/source4/ntvfs/common/brlock.c
@@ -109,7 +109,7 @@ NTSTATUS brl_remove_pending(struct brl_context *brl,
*/
NTSTATUS brl_locktest(struct brl_context *brl,
struct brl_handle *brlh,
- uint16_t smbpid,
+ uint32_t smbpid,
uint64_t start, uint64_t size,
enum brl_type lock_type)
{