Commit 679fe13a authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Export the ban list on shutdown to compact it

parent e4d28b8e
......@@ -1280,4 +1280,9 @@ BAN_Shutdown(void)
AZ(pthread_join(ban_thread, &status));
AZ(status);
Lck_Lock(&ban_mtx);
/* Export the ban list to compact it */
ban_export();
Lck_Unlock(&ban_mtx);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment