tc: m_xt: Drop unused variable fw in parse_ipt()

Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2016-06-10 13:42:04 +02:00 committed by Stephen Hemminger
parent b45f9141c2
commit b0ba018576
1 changed files with 0 additions and 2 deletions

View File

@ -120,7 +120,6 @@ static int parse_ipt(struct action_util *a, int *argc_p,
char ***argv_p, int tca_id, struct nlmsghdr *n) char ***argv_p, int tca_id, struct nlmsghdr *n)
{ {
struct xtables_target *m = NULL; struct xtables_target *m = NULL;
struct ipt_entry fw;
struct rtattr *tail; struct rtattr *tail;
int c; int c;
@ -189,7 +188,6 @@ static int parse_ipt(struct action_util *a, int *argc_p,
break; break;
default: default:
memset(&fw, 0, sizeof(fw));
#if (XTABLES_VERSION_CODE >= 6) #if (XTABLES_VERSION_CODE >= 6)
if (m != NULL && m->x6_parse != NULL) { if (m != NULL && m->x6_parse != NULL) {
xtables_option_tpcall(c, argv, 0, m, NULL); xtables_option_tpcall(c, argv, 0, m, NULL);