1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #2424, use srandom/random to generate. 4.0.139

This commit is contained in:
winlin 2021-07-04 13:10:42 +08:00
parent e802fe5bd6
commit 642359a50e
14 changed files with 28 additions and 34 deletions

View file

@ -102,7 +102,7 @@ srs_utime_t srs_get_system_startup_time()
if (_srs_system_time_startup_time <= 0) {
srs_update_system_time();
}
return _srs_system_time_startup_time;
}