From 7bf717b721550312ab9a3b955e5cf83997f2842c Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Mon, 22 Sep 2008 04:12:27 +0000 Subject: [PATCH] Unbreak the build. --- sbin/ipfw/ipfw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index e69313503708..0424ea3d33ce 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -5874,7 +5874,7 @@ table_handler(int ac, char *av[]) char *p; uint32_t tables_max; - len = sizeof(a); + len = sizeof(tables_max); if (sysctlbyname("net.inet.ip.fw.tables_max", &tables_max, &len, NULL, 0) == -1) { #ifdef IPFW_TABLES_MAX