From d3daa435a4790111ac6d6d0b0da2721081160341 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Oct 2007 16:23:20 +0000 Subject: Remove stray NULLs Mixing member accessors (non-named vs named) is not good. Remove stray NULL. Signed-off-by: Jan Engelhardt --- extensions/libipt_realm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_realm.c') diff --git a/extensions/libipt_realm.c b/extensions/libipt_realm.c index 87302433..2304d685 100644 --- a/extensions/libipt_realm.c +++ b/extensions/libipt_realm.c @@ -250,7 +250,7 @@ final_check(unsigned int flags) "realm match: You must specify `--realm'"); } -static struct iptables_match realm = { NULL, +static struct iptables_match realm = { .name = "realm", .version = IPTABLES_VERSION, .size = IPT_ALIGN(sizeof(struct ipt_realm_info)), -- cgit v1.2.3