summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-07-30 11:30:13 +0000
committerAndrew Tridgell <tridge@samba.org>2002-07-30 11:30:13 +0000
commitda44215ebb365adfdc82931b44cc43e2a663fb31 (patch)
tree2f56bd2ab08a07e24312b2a5591b274ad000168e /source3/auth
parent2b975fda870e33dc7fd28510fb0ea670e6c92ed6 (diff)
downloadsamba-da44215ebb365adfdc82931b44cc43e2a663fb31.tar.gz
samba-da44215ebb365adfdc82931b44cc43e2a663fb31.tar.bz2
samba-da44215ebb365adfdc82931b44cc43e2a663fb31.zip
removed a gratuitous standard_sub_basic() on the 'password server'
field. This has got to be pointless. (This used to be commit fd02adab54b66a19c1b81b8ae91e66713691b060)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 9134a3fc63..50bad0bd30 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -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));