diff options
author | keramida <keramida@FreeBSD.org> | 2008-09-22 04:12:27 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2008-09-22 04:12:27 +0000 |
commit | 24cc0f58d69f12c5c7dd9b02bb5e259f91824aef (patch) | |
tree | da5ed16ede02c70cff28ed97f2b2cb430ab45e8d /sbin | |
parent | 455aa296ae81bfbe41da8d580502213802c40940 (diff) | |
download | FreeBSD-src-24cc0f58d69f12c5c7dd9b02bb5e259f91824aef.zip FreeBSD-src-24cc0f58d69f12c5c7dd9b02bb5e259f91824aef.tar.gz |
Unbreak the build.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index e693135..0424ea3 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 |