Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Registro
Iniciar sesión
mirrors
/
opentracker
réplica de
/home/gitosis/repositories/opentracker.git
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
1
Actividad
Explorar el Código
Dont ruin the srandomdev initialisation in trackerlogic's init
erdgeist
hace 8 años
padre
eed4a42292
commit
7e2bef9bf7
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-2
trackerlogic.c
+ 1
- 2
trackerlogic.c
Ver fichero
@ -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
(
)
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar