projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90acbfd
)
winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33eb
author
Steve Holme
<steve_holme@hotmail.com>
Mon, 4 Nov 2013 20:12:22 +0000
(20:12 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Mon, 4 Nov 2013 20:12:22 +0000
(20:12 +0000)
lib/curl_ntlm_wb.c
patch
|
blob
|
history
diff --git
a/lib/curl_ntlm_wb.c
b/lib/curl_ntlm_wb.c
index
b1c20e1
..
0a221e0
100644
(file)
--- a/
lib/curl_ntlm_wb.c
+++ b/
lib/curl_ntlm_wb.c
@@
-356,7
+356,7
@@
CURLcode Curl_output_ntlm_wb(struct connectdata *conn,
conn->response_header = NULL;
break;
case NTLMSTATE_TYPE2:
- input = aprintf("TT %s", conn->challenge_header);
+ input = aprintf("TT %s
\n
", conn->challenge_header);
if(!input)
return CURLE_OUT_OF_MEMORY;
res = ntlm_wb_response(conn, input, ntlm->state);