1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-10 20:01:00 +01:00

minor fix

This commit is contained in:
mom040267 2014-12-24 05:24:09 +00:00
parent 294e0bfc1d
commit c2021f2c87

View File

@ -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 {