auth thread fix

This commit is contained in:
mom040267 2014-12-21 18:28:46 +00:00
parent 626a6b69d7
commit 294e0bfc1d

View File

@ -1721,6 +1721,9 @@ static void* run_auth_server_thread(void *arg)
if(id == 0) {
reread_realms();
update_white_and_black_lists();
barrier_wait();
while(run_auth_server_flag) {