mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix setting the NTLM domain.
By Sami Krank.
This commit is contained in:
parent
82c9f4f588
commit
2a7d81ac93
@ -1,3 +1,8 @@
|
||||
2005-04-21 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* http-ntlm.c (ntlm_output): Fix setting the domain.
|
||||
Suggested by Sami Krank.
|
||||
|
||||
2005-04-20 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
|
||||
|
@ -417,7 +417,7 @@ char *ntlm_output (struct ntlmdata *ntlm, const char *user, const char *passwd,
|
||||
usr = strchr(user, '/');
|
||||
|
||||
if (usr) {
|
||||
domain = usr;
|
||||
domain = user;
|
||||
domlen = usr - domain;
|
||||
usr++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user