diff options
author | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
---|---|---|
committer | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
commit | 02342cb9ae3140cb49ec2818fee5692b3796bf8a (patch) | |
tree | 7f17de74f139981c9493f711f4bfdd6906cd533f /indra/llvfs/lldir_solaris.cpp | |
parent | 4d7a59c232aa5844a936e9883cb2bee4c01aaaba (diff) | |
parent | 5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llvfs/lldir_solaris.cpp')
-rw-r--r-- | indra/llvfs/lldir_solaris.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_solaris.cpp b/indra/llvfs/lldir_solaris.cpp index d60237bacc..a773a69d44 100644 --- a/indra/llvfs/lldir_solaris.cpp +++ b/indra/llvfs/lldir_solaris.cpp @@ -226,7 +226,7 @@ void LLDir_Solaris::initAppDirs(const std::string &app_name, LL_WARNS() << "Couldn't create LL_PATH_CACHE dir " << getExpandedFilename(LL_PATH_CACHE,"") << LL_ENDL; } - mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "CA.pem"); + mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt"); } U32 LLDir_Solaris::countFilesInDir(const std::string &dirname, const std::string &mask) |