mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
This commit is contained in:
@ -2344,7 +2344,6 @@ NTSTATUS cli_qpathinfo_basic_recv(struct tevent_req *req,
|
||||
SMB_STRUCT_STAT *sbuf, uint32 *attributes);
|
||||
NTSTATUS cli_qpathinfo_basic(struct cli_state *cli, const char *name,
|
||||
SMB_STRUCT_STAT *sbuf, uint32 *attributes);
|
||||
bool cli_qfileinfo_test(struct cli_state *cli, uint16_t fnum, int level, char **poutdata, uint32 *poutlen);
|
||||
NTSTATUS cli_qpathinfo_alt_name(struct cli_state *cli, const char *fname, fstring alt_name);
|
||||
struct tevent_req *cli_qpathinfo_send(TALLOC_CTX *mem_ctx,
|
||||
struct tevent_context *ev,
|
||||
|
Reference in New Issue
Block a user