mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix another pstring/fstring typo
This commit is contained in:
parent
62038a0abf
commit
42e1af2008
@ -565,7 +565,7 @@ NTSTATUS _net_sam_logon(pipes_struct *p, NET_Q_SAM_LOGON *q_u, NET_R_SAM_LOGON *
|
||||
DEBUG(3,("User:[%s@%s] Requested Domain:[%s]\n", nt_username,
|
||||
nt_workstation, nt_domain));
|
||||
|
||||
pstrcpy(current_user_info.smb_name, nt_username);
|
||||
fstrcpy(current_user_info.smb_name, nt_username);
|
||||
sub_set_smb_name(nt_username);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user