mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:37:16 +03:00
parent
2f3e7a26bc
commit
e75a48d2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ static CURLcode ntlm_wb_response(struct Curl_easy *data, struct ntlmdata *ntlm,
|
|||
size_t len_in = strlen(input), len_out = 0;
|
||||
struct dynbuf b;
|
||||
char *ptr = NULL;
|
||||
usigned char buf[1024]
|
||||
unsigned char buf[1024];
|
||||
Curl_dyn_init(&b, MAX_NTLM_WB_RESPONSE);
|
||||
|
||||
while(len_in > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue