Skip to content

Commit

Permalink
Update cpp/src/IceSSL/SecureTransportTransceiverI.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joe George <[email protected]>
  • Loading branch information
pepone and externl authored May 3, 2024
1 parent 2a6c820 commit 4326856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/IceSSL/SecureTransportTransceiverI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ IceSSL::SecureTransport::TransceiverI::TransceiverI(
_remoteCertificateValidationCallback(serverAuthenticationOptions.clientCertificateValidationCallback),
_localCertificateSelectionCallback(serverAuthenticationOptions.serverCertificateSelectionCallback),
_clientCertificateRequired(serverAuthenticationOptions.clientCertificateRequired),
_certificates(0),
_certificates(nullptr),
_trustedRootCertificates(serverAuthenticationOptions.trustedRootCertificates)
{
}
Expand Down

0 comments on commit 4326856

Please sign in to comment.