X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fban.h;h=98550a4dca5fc9b0f462f2ba5807a37a742fea6b;hb=b3e60bf49c750f3b710342e32b8d470ec3209383;hp=89cd14099c5924ec705ce271acf3ce12189feb5e;hpb=808f6f490d6e93002b5ac8e0ba201aa82b128fc4;p=umurmur.git diff --git a/src/ban.h b/src/ban.h index 89cd140..98550a4 100644 --- a/src/ban.h +++ b/src/ban.h @@ -38,7 +38,7 @@ typedef struct { uint8_t hash[20]; - in_addr_t address; + uint8_t address[16]; uint32_t mask; char *reason; char *name;