summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rule.h b/include/rule.h
index ebdafe8a..db914068 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -115,7 +115,7 @@ struct chain {
uint32_t flags;
const char *hookstr;
unsigned int hooknum;
- unsigned int priority;
+ int priority;
const char *type;
struct scope scope;
struct list_head rules;