mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
* fix mistype
This commit is contained in:
parent
b28208d1bf
commit
aa877a73ba
@ -72,7 +72,7 @@ namespace i2p
|
|||||||
if (config == "")
|
if (config == "")
|
||||||
{
|
{
|
||||||
config = i2p::fs::DataDirPath("i2p.conf");
|
config = i2p::fs::DataDirPath("i2p.conf");
|
||||||
// use i2p.cong only if exists
|
// use i2p.conf only if exists
|
||||||
if (!i2p::fs::Exists (config)) config = ""; /* reset */
|
if (!i2p::fs::Exists (config)) config = ""; /* reset */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user