1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3: Remove procid_self() from do_unlock()

This commit is contained in:
Volker Lendecke 2010-07-04 20:05:43 +02:00
parent 471a47a1de
commit 1af668df02

View File

@ -325,7 +325,7 @@ NTSTATUS do_unlock(struct messaging_context *msg_ctx,
ok = brl_unlock(msg_ctx,
br_lck,
smblctx,
procid_self(),
sconn_server_id(fsp->conn->sconn),
offset,
count,
lock_flav);