summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-03 05:47:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:45 -0500
commit94fb514376e7cb1c3ba4f89e10289350052d1294 (patch)
treed4eca2537847fa1a391b0777f0d834151fbe8f81 /source4/utils/ntlm_auth.c
parent2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744 (diff)
downloadsamba-94fb514376e7cb1c3ba4f89e10289350052d1294.tar.gz
samba-94fb514376e7cb1c3ba4f89e10289350052d1294.tar.bz2
samba-94fb514376e7cb1c3ba4f89e10289350052d1294.zip
r1630: - fixed the replacement timegm() function to work correctly for DST changes
- got rid of global_myname(), using lp_netbios_name() instead (This used to be commit e8d4b390884e487163d81f66a5a7ac1de1305d9a)
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r--source4/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index ad804eda3c..1c0b454718 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -533,7 +533,7 @@ static void manage_ntlm_server_1_request(enum stdio_helper_mode stdio_helper_mod
if (!NT_STATUS_IS_OK(
local_pw_check_specified(username,
domain,
- global_myname(),
+ lp_netbios_name(),
&challenge,
&lm_response,
&nt_response,