Commit e2006b18 authored by Nils Goroll's avatar Nils Goroll

acl netmask is unsigned

parent fc4dc01e
......@@ -44,7 +44,7 @@
struct acl_e {
VTAILQ_ENTRY(acl_e) list;
unsigned char data[ACL_MAXADDR];
int mask;
unsigned mask;
unsigned not;
unsigned para;
char *addr;
......
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