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_parse | |
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_parse')
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index c16232204c..36ce59b7f2 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -5945,7 +5945,7 @@ NTSTATUS init_sam_user_info21A(SAM_USER_INFO_21 *usr, SAM_ACCOUNT *pw, DOM_SID * const char* user_name = pdb_get_username(pw); const char* full_name = pdb_get_fullname(pw); const char* home_dir = pdb_get_homedir(pw); - const char* dir_drive = pdb_get_dirdrive(pw); + const char* dir_drive = pdb_get_dir_drive(pw); const char* logon_script = pdb_get_logon_script(pw); const char* profile_path = pdb_get_profile_path(pw); const char* description = pdb_get_acct_desc(pw); |