]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fix compile error introduced by C99 conversion.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 29 Dec 2004 11:13:12 +0000 (11:13 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 29 Dec 2004 11:13:12 +0000 (11:13 +0000)
extensions/libipt_helper.c

index 82c1ee0974cf4e1928f47ff1f96bc1d190dc9f12..52047e484caef1fdd97f005d88227c873bb9e822 100644 (file)
@@ -91,7 +91,6 @@ static struct iptables_match helper = {
        .next           = NULL,
        .name           = "helper",
        .version        = IPTABLES_VERSION,
-       .release        = IPT_ALIGN(sizeof(struct ipt_helper_info)),
        .size           = IPT_ALIGN(sizeof(struct ipt_helper_info)),
        .help           = &help,
        .init           = &init,