diff options
author | Michael Adam <obnox@samba.org> | 2007-12-11 14:07:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-13 10:15:19 +0100 |
commit | 31f221ed9316c8dc2f4911d7b8ddcdf8b74367db (patch) | |
tree | 4dcfacf42ae581356de18ad4b957ed379e6ac608 /source3/auth | |
parent | 1084151442552e63c0b9b310273d8d42711aa55c (diff) | |
download | samba-31f221ed9316c8dc2f4911d7b8ddcdf8b74367db.tar.gz samba-31f221ed9316c8dc2f4911d7b8ddcdf8b74367db.tar.bz2 samba-31f221ed9316c8dc2f4911d7b8ddcdf8b74367db.zip |
Rename get_trust_pw() to get_trust_pw_hash().
Michael
(This used to be commit 0cde7ac9cb39a0026a38ccf66dbecefc12931074)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index b428723a06..b2c87174fd 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -129,8 +129,8 @@ machine %s. Error was : %s.\n", dc_name, nt_errstr(result))); unsigned char machine_pwd[16]; const char *account_name; - if (!get_trust_pw(domain, machine_pwd, &account_name, - &sec_chan_type)) + if (!get_trust_pw_hash(domain, machine_pwd, &account_name, + &sec_chan_type)) { DEBUG(0, ("connect_to_domain_password_server: could not fetch " "trust account password for domain '%s'\n", |