Skip to content
/ i2pd Public
forked from PurpleI2P/i2pd

Commit

Permalink
call TCPIPAccetor::Start from I2PClientTunnel::Start
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Jan 8, 2015
1 parent d67db32 commit e82507c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions I2PTunnel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ namespace client

void I2PClientTunnel::Start ()
{
TCPIPAcceptor::Start ();
GetIdentHash();
}

Expand Down

0 comments on commit e82507c

Please sign in to comment.