Commit f81b8e57 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Assert BAN_Insert() success.

parent e74a5a03
......@@ -1258,7 +1258,7 @@ BAN_Init(void)
AN(ban_magic);
ban_magic->flags |= BAN_F_GONE;
VSC_C_main->bans_gone++;
BAN_Insert(ban_magic);
AZ(BAN_Insert(ban_magic));
}
/*--------------------------------------------------------------------
......
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