make enum values unique to allow using them in bitfields directly, increase flag...
[project/firewall3.git] / zones.c
diff --git a/zones.c b/zones.c
index 3195a32..fbde74e 100644 (file)
--- a/zones.c
+++ b/zones.c
@@ -81,7 +81,7 @@ static struct fw3_option zone_opts[] = {
 
 static bool
 print_chains(enum fw3_table table, enum fw3_family family,
-             const char *fmt, const char *name, uint8_t targets,
+             const char *fmt, const char *name, uint16_t targets,
              const struct chain *chains, int n)
 {
        bool rv = false;