mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
SSPI related code: Unicode support for WinCE - commit 46480bb9
follow-up
This commit is contained in:
parent
a5e0583cd3
commit
a96fa00f38
@ -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…
Reference in New Issue
Block a user