Reviewed-by: Bernhard Bitsch Am 17.08.2022 um 14:58 schrieb Robin Roevens: > --- > src/misc-progs/getipstat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/misc-progs/getipstat.c b/src/misc-progs/getipstat.c > index 66d5b5a92..c4c7faf75 100644 > --- a/src/misc-progs/getipstat.c > +++ b/src/misc-progs/getipstat.c > @@ -29,7 +29,7 @@ int main(int argc, char** argv) > // argument. > char *args[] = {"--list", "--verbose", "--numeric", "--wait", "5", NULL, NULL, NULL, NULL}; > char *usage = "getipstat [-x][-f|-n|-m]"; > - unsigned int pcount = 6; > + unsigned int pcount = 5; > unsigned int table_set = 0; > > int opt;