mirror of
https://github.com/coturn/coturn.git
synced 2025-11-11 20:31:16 +01:00
minor fix
This commit is contained in:
parent
294e0bfc1d
commit
c2021f2c87
@ -1727,12 +1727,12 @@ static void* run_auth_server_thread(void *arg)
|
|||||||
barrier_wait();
|
barrier_wait();
|
||||||
|
|
||||||
while(run_auth_server_flag) {
|
while(run_auth_server_flag) {
|
||||||
reread_realms();
|
|
||||||
update_white_and_black_lists();
|
|
||||||
#if defined(DB_TEST)
|
#if defined(DB_TEST)
|
||||||
run_db_test();
|
run_db_test();
|
||||||
#endif
|
#endif
|
||||||
sleep(5);
|
sleep(5);
|
||||||
|
reread_realms();
|
||||||
|
update_white_and_black_lists();
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user