From: Volker Lendecke Date: Mon, 25 Mar 2019 08:11:51 +0000 (+0100) Subject: libsmb: Fix cli_smb2_get_reparse_point_fnum_send X-Git-Tag: samba-4.11.0rc1~1512 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=5c6fdb5dc741702b626099e53b5d4a01e673241e;p=samba.git libsmb: Fix cli_smb2_get_reparse_point_fnum_send Use the correct state variable type Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c index 38e46329fb0..44786ca5912 100644 --- a/source3/libsmb/cli_smb2_fnum.c +++ b/source3/libsmb/cli_smb2_fnum.c @@ -5131,7 +5131,7 @@ struct tevent_req *cli_smb2_get_reparse_point_fnum_send( uint16_t fnum) { struct tevent_req *req, *subreq; - struct cli_smb2_set_reparse_point_fnum_state *state = NULL; + struct cli_smb2_get_reparse_point_fnum_state *state = NULL; NTSTATUS status; req = tevent_req_create(mem_ctx, &state,