added missing return statement

This commit is contained in:
Arvid Norberg 2007-12-29 07:16:36 +00:00
parent 1e20940c31
commit ae0e53820b
1 changed files with 1 additions and 0 deletions

View File

@ -2162,6 +2162,7 @@ namespace libtorrent
m_ses.m_alerts.post_alert(metadata_received_alert(
get_handle(), "metadata successfully received from swarm"));
}
return true;
}
void torrent::attach_peer(peer_connection* p)