fixed banning (hopefully)
authorFelix Morgner <felix.morgner@gmail.com>
Mon, 1 Dec 2014 09:29:32 +0000 (10:29 +0100)
committerFelix Morgner <felix.morgner@gmail.com>
Mon, 1 Dec 2014 09:33:48 +0000 (10:33 +0100)
commit38763ab7cb701f7721b4b558952e85d09a935796
tree5146090ac773c2f1500eb5a8b49a91501e6d65e8
parent230ab44eae2e9379a093078b028923b7477f4425
fixed banning (hopefully)

The original code used ^ which in C is the XOR operator. I believe the
author meant to raise 2 to the power of ban->mask, the new code should
calculate the mask correctly.
src/ban.c