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

Fix debug in domain_client_validate() when password server = *.

(This used to be commit c78fec86c9)
This commit is contained in:
Tim Potter 2001-10-30 05:54:38 +00:00
parent 35e44b3a83
commit a947591674

View File

@ -330,7 +330,7 @@ NTSTATUS domain_client_validate(const auth_usersupplied_info *user_info,
DEBUG(0,("domain_client_validate: unable to validate password "
"for user %s in domain %s to Domain controller %s. "
"Error was %s.\n", user_info->smb_username.str,
user_info->domain.str, remote_machine,
user_info->domain.str, cli.srv_name_slash,
get_nt_error_msg(status)));
}