diff options
Diffstat (limited to 'ip6tables.c')
-rw-r--r-- | ip6tables.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c index 9bfe1d38..49dcbf07 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -430,7 +430,8 @@ cmd2char(int option) } static void -add_command(int *cmd, const int newcmd, const int othercmds, int invert) +add_command(unsigned int *cmd, const int newcmd, const int othercmds, + int invert) { if (invert) exit_error(PARAMETER_PROBLEM, "unexpected ! flag"); |