mirror of
https://github.com/curl/curl.git
synced 2026-04-27 16:12:13 +03:00
SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-up
This commit is contained in:
parent
a5e0583cd3
commit
a96fa00f38
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy,
|
|||
|
||||
#ifdef UNICODE
|
||||
sname = Curl_convert_UTF8_to_wchar(neg_ctx->server_name);
|
||||
if(!wserver)
|
||||
if(!sname)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
#else
|
||||
sname = neg_ctx->server_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue