diff options
Diffstat (limited to 'extensions/libipt_owner.c')
-rw-r--r-- | extensions/libipt_owner.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index b65a15cb..c7217743 100644 --- a/extensions/libipt_owner.c +++ b/extensions/libipt_owner.c @@ -231,7 +231,6 @@ save(const void *ip, const struct xt_entry_match *match) } static struct iptables_match owner = { - .next = NULL, .name = "owner", .version = IPTABLES_VERSION, .size = IPT_ALIGN(sizeof(struct ipt_owner_info)), |