lt sync 2987

This commit is contained in:
Andrew Resch 2008-11-26 09:14:19 +00:00
parent c6422b53df
commit b4b7c50f6b

View File

@ -451,6 +451,8 @@ namespace libtorrent
boost::shared_ptr<torrent_plugin> create_ut_metadata_plugin(torrent* t, void*)
{
// don't add this extension if the torrent is private
if (t->valid_metadata() && t->torrent_file().priv()) return boost::shared_ptr<torrent_plugin>();
return boost::shared_ptr<torrent_plugin>(new ut_metadata_plugin(*t));
}