summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_realm.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:23:20 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:23:20 +0000
commitd3daa435a4790111ac6d6d0b0da2721081160341 (patch)
treecda0e4bb9c3ab7a829136d1f24a5aba0691dd015 /extensions/libipt_realm.c
parent14d5ebef1e932451b634d8370079b4c93407aea1 (diff)
Remove stray NULLs
Mixing member accessors (non-named vs named) is not good. Remove stray NULL. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libipt_realm.c')
-rw-r--r--extensions/libipt_realm.c2
1 files changed, 1 insertions, 1 deletions
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)),