Loading lib/vauth/spnego_sspi.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include "warnless.h" #include "warnless.h" #include "curl_multibyte.h" #include "curl_multibyte.h" #include "sendf.h" #include "sendf.h" #include "strerror.h" /* The last #include files should be: */ /* The last #include files should be: */ #include "curl_memory.h" #include "curl_memory.h" Loading Loading @@ -224,6 +225,8 @@ CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data, free(chlg); free(chlg); if(GSS_ERROR(nego->status)) { if(GSS_ERROR(nego->status)) { failf(data, "InitializeSecurityContext failed: %s", Curl_sspi_strerror(data->easy_conn, nego->status)); return CURLE_OUT_OF_MEMORY; return CURLE_OUT_OF_MEMORY; } } Loading Loading
lib/vauth/spnego_sspi.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include "warnless.h" #include "warnless.h" #include "curl_multibyte.h" #include "curl_multibyte.h" #include "sendf.h" #include "sendf.h" #include "strerror.h" /* The last #include files should be: */ /* The last #include files should be: */ #include "curl_memory.h" #include "curl_memory.h" Loading Loading @@ -224,6 +225,8 @@ CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data, free(chlg); free(chlg); if(GSS_ERROR(nego->status)) { if(GSS_ERROR(nego->status)) { failf(data, "InitializeSecurityContext failed: %s", Curl_sspi_strerror(data->easy_conn, nego->status)); return CURLE_OUT_OF_MEMORY; return CURLE_OUT_OF_MEMORY; } } Loading