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:
parent
3ce664243d
commit
ddd8ca35b2
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user