From: Volker Lendecke Date: Tue, 1 Oct 2024 13:28:51 +0000 (+0200) Subject: libsmb: Use SMB2_0_INFO_FILE instead of a simple "1" X-Git-Tag: tdb-1.4.13~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01f15d0e5e6701cb6ede3fe85ab7311bd0aa6534;p=thirdparty%2Fsamba.git libsmb: Use SMB2_0_INFO_FILE instead of a simple "1" Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c index 91933c6efe9..95b4385bc9f 100644 --- a/source3/libsmb/cli_smb2_fnum.c +++ b/source3/libsmb/cli_smb2_fnum.c @@ -2251,7 +2251,7 @@ static void cli_smb2_qpathinfo_opened(struct tevent_req *subreq) state->ev, state->cli, state->fnum, - 1, /* in_info_type */ + SMB2_0_INFO_FILE, state->level, state->max_rdata, NULL, /* in_input_buffer */