mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Fix typo in NTLM proxy debug message
Signed-off-by: Mykola Baibuz <mykola.baibuz@gmail.com> Acked-by: Antonio Quartulli <antonio@openvpn.net> Message-Id: <20191014112145.251-1-mykola.baibuz@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18937.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
9c490c26a7
commit
b5fe104ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ get_proxy_authenticate(socket_descriptor_t sd,
|
|||
#if NTLM
|
||||
else if (!strncmp(buf+20, "NTLM", 4))
|
||||
{
|
||||
msg(D_PROXY, "PROXY AUTH HTLM: '%s'", buf);
|
||||
msg(D_PROXY, "PROXY AUTH NTLM: '%s'", buf);
|
||||
*data = NULL;
|
||||
ret = HTTP_AUTH_NTLM;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue