fix daemon breakage

This commit is contained in:
Charles Kerr 2008-05-12 15:17:25 +00:00
parent 2186d852f1
commit 2ee27d4979
1 changed files with 0 additions and 10 deletions

View File

@ -577,16 +577,6 @@ opentor( const char * path,
errmsg( "invalid torrent file: %s", path );
}
break;
case TR_EUNSUPPORTED:
if( NULL == path )
{
errmsg( "unsupported torrent file" );
}
else
{
errmsg( "unsupported torrent file: %s", path );
}
break;
case TR_EDUPLICATE:
/* XXX not yet
found = hashlookup( tor->hash, 1 );