mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
remove DataDirectory wrappers in ArchFile*
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "mt/Lock.h"
|
||||
#include "arch/XArch.h"
|
||||
#include "base/Log.h"
|
||||
#include "common/DataDirectories.h"
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
@@ -699,7 +700,7 @@ SecureSocket::verifyCertFingerprint()
|
||||
String trustedServersFilename;
|
||||
trustedServersFilename = barrier::string::sprintf(
|
||||
"%s/%s/%s",
|
||||
ARCH->getProfileDirectory().c_str(),
|
||||
DataDirectories::profile().c_str(),
|
||||
kFingerprintDirName,
|
||||
kFingerprintTrustedServersFilename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user