1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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 <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Oct 19 14:33:53 CEST 2016 on sn-devel-144
This commit is contained in:
Jeremy Allison 2016-10-18 16:33:49 -07:00 committed by Volker Lendecke
parent 7d9f18f3f3
commit c21a6eda37

View File

@ -3320,7 +3320,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,