*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-06-14 23:11:31 +00:00
parent 760fe68eff
commit 0f31d61d7d
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ namespace libtorrent
if (!m_torrent->valid_metadata()
&& supports_extension(extended_metadata_message))
{
send_metadata_request(0, 255);
send_metadata_request(0, 256);
}
}
catch(invalid_encoding&)