From 22242c5038008171631c2625b2fd8b6d4b991078 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 25 May 2001 07:36:58 +0000 Subject: i18n fix for domain_client_validate() (This used to be commit d6dcca7cc9bc5a1948c1b6126ca4f6cb9ccacc52) --- source3/smbd/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 303ed783e9..35aaf10e06 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -1562,7 +1562,7 @@ BOOL domain_client_validate( char *user, char *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())); return False; -- cgit