1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

libsmb: Fix cli_smb2_get_reparse_point_fnum_send

Use the correct state variable type

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Volker Lendecke 2019-03-25 09:11:51 +01:00 committed by Andrew Bartlett
parent 0fa5a77f46
commit 5c6fdb5dc7

View File

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