call TCPIPAccetor::Start from I2PClientTunnel::Start

This commit is contained in:
orignal 2015-01-08 07:39:35 -05:00
parent d67db32015
commit e82507ca4e

View file

@ -208,6 +208,7 @@ namespace client
void I2PClientTunnel::Start ()
{
TCPIPAcceptor::Start ();
GetIdentHash();
}