summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 35aaf10e06..51528be2b4 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -1564,7 +1564,7 @@ BOOL domain_client_validate( char *user, char *domain,
*/
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", domain));
return False;
}