mirror of
https://github.com/coturn/coturn.git
synced 2025-11-10 20:01:00 +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();
|
||||
|
||||
while(run_auth_server_flag) {
|
||||
reread_realms();
|
||||
update_white_and_black_lists();
|
||||
#if defined(DB_TEST)
|
||||
run_db_test();
|
||||
#endif
|
||||
sleep(5);
|
||||
reread_realms();
|
||||
update_white_and_black_lists();
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user