sasl_gssapi: Fixed honouring of no mutual authentication

This commit is contained in:
Steve Holme
2014-12-04 21:59:20 +00:00
parent 0fcd74b836
commit 750203bde4
6 changed files with 10 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
NULL,
gss_token,
&gss_send_token,
TRUE,
&gss_ret_flags);
if(gss_token != GSS_C_NO_BUFFER)