Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Aug 15, 2018
1 parent c41081d commit 02e8c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libi2pd/NTCP2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ namespace transport
m_IsEstablished = true;
m_Establisher.reset (nullptr);
SetTerminationTimeout (NTCP2_TERMINATION_TIMEOUT);
// transports.PeerConnected (shared_from_this ());
transports.PeerConnected (shared_from_this ());
}

void NTCP2Session::CreateNonce (uint64_t seqn, uint8_t * nonce)
Expand Down

0 comments on commit 02e8c5f

Please sign in to comment.