Skip to content

Commit

Permalink
Fix compile failure: handshake_complete member for tls struct was add…
Browse files Browse the repository at this point in the history
…ed for debugging purposes but not removed in a previous commit
  • Loading branch information
9EOR9 committed Mar 23, 2017
1 parent 6220d9c commit 92871e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmariadb/secure/schannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ my_bool ma_tls_connect(MARIADB_TLS *ctls)

if (ma_schannel_client_handshake(ctls) != SEC_E_OK)
goto end;
ctls->handshake_completed = 1;

if (!ma_schannel_verify_certs(sctx))
goto end;
Expand Down

0 comments on commit 92871e8

Please sign in to comment.