summaryrefslogtreecommitdiffstats
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
commitfd02adab54b66a19c1b81b8ae91e66713691b060 (patch)
tree732f6a4388e1a3b423baf4293caeee16f91df17f
parent72042e94ef0f6841afcfa48eafb9809545860725 (diff)
downloadsamba-fd02adab54b66a19c1b81b8ae91e66713691b060.tar.gz
samba-fd02adab54b66a19c1b81b8ae91e66713691b060.tar.xz
samba-fd02adab54b66a19c1b81b8ae91e66713691b060.zip
removed a gratuitous standard_sub_basic() on the 'password server'
field. This has got to be pointless.
-rw-r--r--source/auth/auth_domain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index 9134a3fc632..50bad0bd307 100644
--- a/source/auth/auth_domain.c
+++ b/source/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));