1
0
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:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 62038a0abf
commit 42e1af2008

View File

@ -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);
/*