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:
parent
0fa5a77f46
commit
5c6fdb5dc7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user