*** empty log message ***

This commit is contained in:
Magnus Jonsson 2004-01-14 18:57:43 +00:00
parent 32224419db
commit 475b0d0a6b
1 changed files with 1 additions and 0 deletions

View File

@ -674,6 +674,7 @@ namespace libtorrent
peer* p = find_connect_candidate();
if (p==0) return false;
assert(!p->banned);
assert(!p->connection);
p->connection = &m_torrent->connect_to_peer(p->ip, p->id);
p->connected = boost::posix_time::second_clock::local_time();