Skip to content

Commit

Permalink
Fixed coding standard issues
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeok committed Nov 28, 2018
1 parent d339d21 commit e135ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/vauth/ntlm_sspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
* When extended protection is used in IIS server,
* we have to pass a second SecBuffer to the SecBufferDesc
* otherwise ISS will not pass the authentication (401 response)
* https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2009/973811
* https://docs.microsoft.com/en-us/security-updates
* /SecurityAdvisories/2009/973811
*/
if(ntlm->sslContext) {
SEC_CHANNEL_BINDINGS channelBindings;
Expand Down
2 changes: 1 addition & 1 deletion lib/vtls/schannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ schannel_connect_common(struct connectdata *conn, int sockindex,
* have a valid fdset to wait on.
*/
result = schannel_connect_step2(conn, sockindex);
if(result || (nonblocking &&
if(result || (nonblocking &&
(ssl_connect_2 == connssl->connecting_state ||
ssl_connect_2_reading == connssl->connecting_state ||
ssl_connect_2_writing == connssl->connecting_state)))
Expand Down

0 comments on commit e135ccc

Please sign in to comment.