diff options
author | Tim Potter <tpot@samba.org> | 2002-07-21 04:55:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-21 04:55:11 +0000 |
commit | c0f66c1786cfbbff416a59b38930788cbe86f686 (patch) | |
tree | 5439431e14772101eaf4289ceacaeab00bb682fa /source3/rpc_server | |
parent | ceb73e9b3e6695a8efc4c2815fa1448be3239dbc (diff) | |
download | samba-c0f66c1786cfbbff416a59b38930788cbe86f686.tar.gz samba-c0f66c1786cfbbff416a59b38930788cbe86f686.tar.bz2 samba-c0f66c1786cfbbff416a59b38930788cbe86f686.zip |
Name get and set dir drive functions consistently.
(This used to be commit 290a304d2c1b70d20129236e20a0ff664179023e)
Diffstat (limited to 'source3/rpc_server')
-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 1f684bd929..8f6011826a 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -708,7 +708,7 @@ NTSTATUS _net_sam_logon(pipes_struct *p, NET_Q_SAM_LOGON *q_u, NET_R_SAM_LOGON * pdb_get_username(sampw), pdb_get_fullname(sampw), pdb_get_homedir(sampw), - pdb_get_dirdrive(sampw), + pdb_get_dir_drive(sampw), pdb_get_logon_script(sampw), pdb_get_profile_path(sampw), pdb_get_logon_time(sampw), |