summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_CLASSIFY.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_CLASSIFY.c')
-rw-r--r--extensions/libxt_CLASSIFY.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c
index 6d637c77..08ad8b2b 100644
--- a/extensions/libxt_CLASSIFY.c
+++ b/extensions/libxt_CLASSIFY.c
@@ -22,8 +22,8 @@ IPTABLES_VERSION);
}
static const struct option opts[] = {
- { "set-class", 1, 0, '1' },
- { 0 }
+ { "set-class", 1, NULL, '1' },
+ { }
};
/* Initialize the target. */