This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
opentracker
mirror of
/home/gitosis/repositories/opentracker.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Dont ruin the srandomdev initialisation in trackerlogic's init
erdgeist
8 years ago
parent
eed4a42292
commit
7e2bef9bf7
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
trackerlogic.c
+ 1
- 2
trackerlogic.c
View File
@ -411,13 +411,12 @@ void exerr( char * message ) {
}
void
trackerlogic_init
(
)
{
srandom
(
time
(
NULL
)
)
;
g_tracker_id
=
random
(
)
;
if
(
!
g_stats_path
)
g_stats_path
=
"
stats
"
;
g_stats_path_len
=
strlen
(
g_stats_path
)
;
/* Initialise background worker threads */
mutex_init
(
)
;
clean_init
(
)
;
Write
Preview
Loading…
Cancel
Save