mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
remove repeatable type definition, add include (#1642)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
@@ -503,7 +503,7 @@ namespace data
|
||||
certDir = certsdir + i2p::fs::dirSep + "reseed";
|
||||
|
||||
if (certDir.empty() || !i2p::fs::Exists(certDir))
|
||||
std::string certDir = i2p::fs::DataDirPath("certificates", "reseed");
|
||||
certDir = i2p::fs::DataDirPath("certificates", "reseed");
|
||||
|
||||
std::vector<std::string> files;
|
||||
int numCertificates = 0;
|
||||
|
||||
Reference in New Issue
Block a user