mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-10 21:54:45 +00:00
xt match: fix set-never-used warning
This commit is contained in:
parent
02ee3dbc78
commit
49dff8c88c
@ -124,11 +124,9 @@ static int parse_ipt(struct action_util *a,int *argc_p,
|
|||||||
char **argv = *argv_p;
|
char **argv = *argv_p;
|
||||||
int argc = 0, iargc = 0;
|
int argc = 0, iargc = 0;
|
||||||
char k[16];
|
char k[16];
|
||||||
int res = -1;
|
|
||||||
int size = 0;
|
int size = 0;
|
||||||
int iok = 0, ok = 0;
|
int iok = 0, ok = 0;
|
||||||
__u32 hook = 0, index = 0;
|
__u32 hook = 0, index = 0;
|
||||||
res = 0;
|
|
||||||
|
|
||||||
xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
|
xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
|
||||||
set_lib_dir();
|
set_lib_dir();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user