mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
call TCPIPAccetor::Start from I2PClientTunnel::Start
This commit is contained in:
parent
d67db32015
commit
e82507ca4e
|
@ -208,6 +208,7 @@ namespace client
|
|||
|
||||
void I2PClientTunnel::Start ()
|
||||
{
|
||||
TCPIPAcceptor::Start ();
|
||||
GetIdentHash();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue