Commit cc1f6351 authored by Lasse Karstensen's avatar Lasse Karstensen

Revert "Mark ban list as volatile".

This reverts commit 2587b1b9.

3.0 branch does not build with this commit.
parent 2587b1b9
......@@ -81,8 +81,7 @@ struct ban_test {
const void *arg2_spec;
};
/* XXX phk thinks he knows why this is a good idea */
static volatile VTAILQ_HEAD(banhead_s,ban) ban_head = VTAILQ_HEAD_INITIALIZER(ban_head);
static VTAILQ_HEAD(banhead_s,ban) ban_head = VTAILQ_HEAD_INITIALIZER(ban_head);
static struct lock ban_mtx;
static struct ban *ban_magic;
static pthread_t ban_thread;
......
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