From aea996dba6d99d75b508628118c268f8f0619191 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 26 May 2012 11:58:34 +0200 Subject: s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Sun Jun 3 23:37:02 CEST 2012 on sn-devel-104 --- source3/libsmb/clioplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/clioplock.c') diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c index e6c20e44e7..2c5ec0b8b3 100644 --- a/source3/libsmb/clioplock.c +++ b/source3/libsmb/clioplock.c @@ -51,7 +51,7 @@ struct tevent_req *cli_smb_oplock_break_waiter_send(TALLOC_CTX *mem_ctx, if (tevent_req_nomem(subreq, req)) { return tevent_req_post(req, ev); } - cli_smb_req_set_mid(subreq, 0xffff); + smb1cli_req_set_mid(subreq, 0xffff); if (!smbXcli_req_set_pending(subreq)) { tevent_req_nterror(req, NT_STATUS_NO_MEMORY); -- cgit