1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Remove procid_self() from do_lock()

This commit is contained in:
Volker Lendecke 2010-07-04 20:02:30 +02:00
parent b485c1917f
commit 471a47a1de

View File

@ -276,7 +276,7 @@ struct byte_range_lock *do_lock(struct messaging_context *msg_ctx,
*perr = brl_lock(msg_ctx, *perr = brl_lock(msg_ctx,
br_lck, br_lck,
smblctx, smblctx,
procid_self(), sconn_server_id(fsp->conn->sconn),
offset, offset,
count, count,
lock_type, lock_type,