Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify PlatformCertFile::get(). #5381

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

teo-tsirpanis
Copy link
Member

SC-59603


TYPE: NO_HISTORY

// If neither ca_file or ca_path are set, we look for a system default
// CA file if available.
if (ca_file_.empty() && ca_path_.empty()) {
ca_file_ = tiledb::platform::PlatformCertFile::get();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On non-Linux platforms this will return an empty string and will not change the value of ca_file_.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant