From 838a37f8fb7d9887a92630dcf68534adbb3102ee Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 18 Oct 2016 16:33:49 -0700 Subject: [PATCH] s3: libsmb: Fix cut and paste error using the wrong structure type. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12383 Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Wed Oct 19 14:33:53 CEST 2016 on sn-devel-144 (cherry picked from commit c21a6eda370fa0b0698a5e1fd565bd2e014d326a) --- source3/libsmb/cli_smb2_fnum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c index ac72090..876eb14 100644 --- a/source3/libsmb/cli_smb2_fnum.c +++ b/source3/libsmb/cli_smb2_fnum.c @@ -2938,7 +2938,7 @@ static struct tevent_req *cli_smb2_shadow_copy_data_fnum_send( bool get_names) { struct tevent_req *req, *subreq; - struct cli_smb2_close_fnum_state *state; + struct cli_smb2_shadow_copy_data_fnum_state *state; NTSTATUS status; req = tevent_req_create(mem_ctx, &state, -- 2.8.0.rc3.226.g39d4020