Skip to content

Commit b2889d1

Browse files
committed
Update ip6tables.c
1 parent 0ad5a1e commit b2889d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipthelper/ip6tables.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ int do_command6(int argc, char *argv[], char **table, void **handle)
17901790
continue;
17911791
break;
17921792
}
1793-
cs.invert = 2;
1793+
cs.invert = FALSE;
17941794
}
17951795

17961796
for (matchp = cs.matches; matchp; matchp = matchp->next)

0 commit comments

Comments
 (0)