1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

i18n fix for domain_client_validate()

(This used to be commit d6dcca7cc9)
This commit is contained in:
Tim Potter 2001-05-25 07:36:58 +00:00
parent fe6208d09a
commit 22242c5038

View File

@ -1562,7 +1562,7 @@ BOOL domain_client_validate( char *user, char *domain,
/* /*
* Get the machine account password for our primary domain * Get the machine account password for our primary domain
*/ */
if (!secrets_fetch_trust_account_password(lp_workgroup(), trust_passwd, &last_change_time)) if (!secrets_fetch_trust_account_password(domain, trust_passwd, &last_change_time))
{ {
DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", lp_workgroup())); DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", lp_workgroup()));
return False; return False;