Changeset 1706 for branches/daemon/daemon/torrents.c
- Timestamp:
- Apr 12, 2007, 12:59:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/daemon/daemon/torrents.c
r1696 r1706 539 539 break; 540 540 case TR_EDUPLICATE: 541 /* XXX not yet 541 542 found = hashlookup( tor->hash, 1 ); 542 543 assert( NULL != found ); 543 544 found->deleting = 0; 545 */ 546 errmsg( "XXX loaded duplicate torrent" ); 544 547 break; 545 548 default:
Note: See TracChangeset
for help on using the changeset viewer.