Browse Source

fixed build error

pull/816/head
orignal 8 years ago
parent
commit
d6e037dd28
  1. 2
      Daemon.cpp

2
Daemon.cpp

@ -122,7 +122,7 @@ namespace i2p @@ -122,7 +122,7 @@ namespace i2p
i2p::crypto::InitCrypto (precomputation);
int netID; i2p::config::GetOption("netid", netID);
if (netID != 2) i2p::crypto::InitGost () // init GOST for own darknet
if (netID != 2) i2p::crypto::InitGost (); // init GOST for own darknet
i2p::context.SetNetID (netID);
i2p::context.Init ();

Loading…
Cancel
Save