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)
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.


No differences found