summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_SECMARK.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-06-07 15:15:29 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-07 15:15:29 +0200
commit0ea82bc43e9262cdbb9880ca56bb514db4c77f8e (patch)
tree07ad82fe41e40a83b01bba3f7710841b6d426080 /extensions/libxt_SECMARK.c
parentddffcfbe3c97d1eb81d497261ff376cd336974b3 (diff)
sparse warning fixes: integer used as pointer
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_SECMARK.c')
-rw-r--r--extensions/libxt_SECMARK.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_SECMARK.c b/extensions/libxt_SECMARK.c
index feee0e43..7d3dbfa2 100644
--- a/extensions/libxt_SECMARK.c
+++ b/extensions/libxt_SECMARK.c
@@ -22,7 +22,7 @@ static void SECMARK_help(void)
}
static const struct option SECMARK_opts[] = {
- { "selctx", 1, 0, '1' },
+ { "selctx", 1, NULL, '1' },
{ .name = NULL }
};