mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
smbd: realign non_widelink_open() args
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
@ -622,11 +622,11 @@ static int process_symlink_open(struct connection_struct *conn,
|
||||
****************************************************************************/
|
||||
|
||||
static int non_widelink_open(struct connection_struct *conn,
|
||||
files_struct *fsp,
|
||||
struct smb_filename *smb_fname,
|
||||
int flags,
|
||||
mode_t mode,
|
||||
unsigned int link_depth)
|
||||
files_struct *fsp,
|
||||
struct smb_filename *smb_fname,
|
||||
int flags,
|
||||
mode_t mode,
|
||||
unsigned int link_depth)
|
||||
{
|
||||
NTSTATUS status;
|
||||
int fd = -1;
|
||||
|
Reference in New Issue
Block a user