From 53310b4899f08f496082c93726921f7a542390e5 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 6 Dec 2015 09:57:33 +0100 Subject: [PATCH] iptables plugin: move comment to right place --- src/iptables.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/iptables.c b/src/iptables.c index 027a2327..296b076d 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -65,10 +65,6 @@ static const char *config_keys[] = "Chain6" }; static int config_keys_num = STATIC_ARRAY_SIZE (config_keys); -/* - Each table/chain combo that will be queried goes into this list -*/ - enum protocol_version_e { IPV4, @@ -76,6 +72,9 @@ enum protocol_version_e }; typedef enum protocol_version_e protocol_version_t; +/* + * Each table/chain combo that will be queried goes into this list + */ #ifndef XT_TABLE_MAXNAMELEN # define XT_TABLE_MAXNAMELEN 32 #endif -- 2.11.0