1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

removed a gratuitous standard_sub_basic() on the 'password server'

field. This has got to be pointless.
This commit is contained in:
Andrew Tridgell -
parent 72042e94ef
commit fd02adab54

View File

@ -84,8 +84,6 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
}
}
standard_sub_basic(current_user_info.smb_name, remote_machine, sizeof(remote_machine));
if (ismyip(dest_ip)) {
DEBUG(1,("connect_to_domain_password_server: Password server loop - not using password server %s\n",
remote_machine));