1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r1630: - fixed the replacement timegm() function to work correctly for DST changes

- got rid of global_myname(), using lp_netbios_name() instead
This commit is contained in:
Andrew Tridgell
2004-08-03 05:47:24 +00:00
committed by Gerald (Jerry) Carter
parent 78dcaddbb7
commit e8d4b39088
6 changed files with 7 additions and 16 deletions

View File

@@ -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,