mirror of
git://erdgeist.org/opentracker
synced 2025-04-15 17:31:33 +08:00
Dont ruin the srandomdev initialisation in trackerlogic's init
This commit is contained in:
parent
eed4a42292
commit
7e2bef9bf7
@ -411,7 +411,6 @@ void exerr( char * message ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void trackerlogic_init( ) {
|
void trackerlogic_init( ) {
|
||||||
srandom( time(NULL) );
|
|
||||||
g_tracker_id = random();
|
g_tracker_id = random();
|
||||||
|
|
||||||
if( !g_stats_path )
|
if( !g_stats_path )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user