Commit 279ecbf7 authored by Nils Goroll's avatar Nils Goroll

fix a typo discussed with phk and martin

parent 30a98d1f
......@@ -332,7 +332,7 @@ ban_info_new(const uint8_t *ban, unsigned len)
void
ban_info_drop(const uint8_t *ban, unsigned len)
{
if (STV_BanInfoNew(ban, len))
if (STV_BanInfoDrop(ban, len))
ban_export();
}
......
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