mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-07 21:38:53 +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;
|
||||
int argc = 0, iargc = 0;
|
||||
char k[16];
|
||||
int res = -1;
|
||||
int size = 0;
|
||||
int iok = 0, ok = 0;
|
||||
__u32 hook = 0, index = 0;
|
||||
res = 0;
|
||||
|
||||
xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
|
||||
set_lib_dir();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user