From 402d34e55b04c367c20863a8e40b41da945fd6b4 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Thu, 4 Oct 2007 16:23:20 +0000 Subject: [PATCH 01/13] 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 8730243..2304d68 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