diff options
Diffstat (limited to 'opentracker.c')
| -rw-r--r-- | opentracker.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index e025bfa..596c2a7 100644 --- a/opentracker.c +++ b/opentracker.c | |||
| @@ -726,6 +726,10 @@ int main( int argc, char **argv ) { | |||
| 726 | /* Init all sub systems. This call may fail with an exit() */ | 726 | /* Init all sub systems. This call may fail with an exit() */ |
| 727 | trackerlogic_init( ); | 727 | trackerlogic_init( ); |
| 728 | 728 | ||
| 729 | #ifdef _DEBUG_RANDOMTORRENTS | ||
| 730 | trackerlogic_add_random_torrents(1024*1024*1); | ||
| 731 | #endif | ||
| 732 | |||
| 729 | if( statefile ) | 733 | if( statefile ) |
| 730 | load_state( statefile ); | 734 | load_state( statefile ); |
| 731 | 735 | ||
