From a7a9ecb991985d2b41f3dba1bc721b2b79ca6000 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 8 Aug 2018 14:00:01 +0200 Subject: [PATCH] Add the fw_command6 member to the right struct fw_config --- server/fwknopd_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fwknopd_common.h b/server/fwknopd_common.h index 88ef8f70..4342c70b 100644 --- a/server/fwknopd_common.h +++ b/server/fwknopd_common.h @@ -522,7 +522,6 @@ typedef struct cmd_cycle_list struct fw_config { struct fw_chain chain[NUM_FWKNOP_ACCESS_TYPES]; char fw_command[MAX_PATH_LEN]; - char fw_command6[MAX_PATH_LEN]; /* Flag for setting destination field in rule */ @@ -570,6 +569,7 @@ typedef struct cmd_cycle_list struct fw_config { struct fw_chain chain[NUM_FWKNOP_ACCESS_TYPES]; char fw_command[MAX_PATH_LEN]; + char fw_command6[MAX_PATH_LEN]; /* Flag for setting destination field in rule */