1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Fix another pstring/fstring typo

(This used to be commit 42e1af2008a86005beb4e93a8b208ca6685c3edd)
This commit is contained in:
Andrew Bartlett 2003-01-04 06:15:24 +00:00
parent 20f1cf6cdc
commit 5714c1e0b0

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