mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
Respect for netId option in api.cpp #696
This commit is contained in:
parent
a8bd87938d
commit
b0b1c5af71
1 changed files with 4 additions and 0 deletions
4
api.cpp
4
api.cpp
|
@ -33,6 +33,10 @@ namespace api
|
||||||
#else
|
#else
|
||||||
i2p::crypto::InitCrypto (true);
|
i2p::crypto::InitCrypto (true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int netID; i2p::config::GetOption("netid", netID);
|
||||||
|
i2p::context.SetNetID (netID);
|
||||||
|
|
||||||
i2p::context.Init ();
|
i2p::context.Init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue