mirror of
https://github.com/samba-team/samba.git
synced 2025-09-17 05:44:20 +03:00
smbd: smbd_do_setfilepathinfo(): one arg per line
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15608 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
@@ -145,7 +145,8 @@ NTSTATUS smbd_do_setfilepathinfo(connection_struct *conn,
|
|||||||
uint16_t info_level,
|
uint16_t info_level,
|
||||||
files_struct *fsp,
|
files_struct *fsp,
|
||||||
struct smb_filename *smb_fname,
|
struct smb_filename *smb_fname,
|
||||||
char **ppdata, int total_data,
|
char **ppdata,
|
||||||
|
int total_data,
|
||||||
int *ret_data_size);
|
int *ret_data_size);
|
||||||
|
|
||||||
NTSTATUS smbd_do_qfsinfo(struct smbXsrv_connection *xconn,
|
NTSTATUS smbd_do_qfsinfo(struct smbXsrv_connection *xconn,
|
||||||
|
@@ -5015,7 +5015,8 @@ NTSTATUS smbd_do_setfilepathinfo(connection_struct *conn,
|
|||||||
uint16_t info_level,
|
uint16_t info_level,
|
||||||
files_struct *fsp,
|
files_struct *fsp,
|
||||||
struct smb_filename *smb_fname,
|
struct smb_filename *smb_fname,
|
||||||
char **ppdata, int total_data,
|
char **ppdata,
|
||||||
|
int total_data,
|
||||||
int *ret_data_size)
|
int *ret_data_size)
|
||||||
{
|
{
|
||||||
char *pdata = *ppdata;
|
char *pdata = *ppdata;
|
||||||
|
Reference in New Issue
Block a user