Fix bug 12908 - Correct getipstat pcount

This commit is contained in:
Robin Roevens
2022-08-17 14:58:48 +02:00
committed by Peter Müller
parent 149d8e83e5
commit 85bfecc0ba

View File

@@ -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;