diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-04 06:15:24 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-04 06:15:24 +0000 |
commit | 5714c1e0b0e09050d38e917b9c5d9988b818128d (patch) | |
tree | 32edb2ee76fbd81a890fd7ae2bdf047d5a4d2a2f | |
parent | 20f1cf6cdcf9fc74d18fb9401e627a3455183ef3 (diff) | |
download | samba-5714c1e0b0e09050d38e917b9c5d9988b818128d.tar.gz samba-5714c1e0b0e09050d38e917b9c5d9988b818128d.tar.bz2 samba-5714c1e0b0e09050d38e917b9c5d9988b818128d.zip |
Fix another pstring/fstring typo
(This used to be commit 42e1af2008a86005beb4e93a8b208ca6685c3edd)
-rw-r--r-- | source3/rpc_server/srv_netlog_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c index 3892a8c982..c65ea43e1e 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -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); /* |