1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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:
Ralph Boehme 2024-10-11 14:05:08 +02:00
parent 3ce664243d
commit ddd8ca35b2
2 changed files with 4 additions and 2 deletions

View File

@ -145,7 +145,8 @@ NTSTATUS smbd_do_setfilepathinfo(connection_struct *conn,
uint16_t info_level,
files_struct *fsp,
struct smb_filename *smb_fname,
char **ppdata, int total_data,
char **ppdata,
int total_data,
int *ret_data_size);
NTSTATUS smbd_do_qfsinfo(struct smbXsrv_connection *xconn,

View File

@ -5015,7 +5015,8 @@ NTSTATUS smbd_do_setfilepathinfo(connection_struct *conn,
uint16_t info_level,
files_struct *fsp,
struct smb_filename *smb_fname,
char **ppdata, int total_data,
char **ppdata,
int total_data,
int *ret_data_size)
{
char *pdata = *ppdata;