]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Fix bug 12908 - Correct getipstat pcount
authorRobin Roevens <robin.roevens@disroot.org>
Wed, 17 Aug 2022 12:58:48 +0000 (14:58 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 17 Aug 2022 21:21:32 +0000 (21:21 +0000)
src/misc-progs/getipstat.c

index 66d5b5a92554737607da380f17f93e11a5d8ab48..c4c7faf75d0ef395215f1532a30663020d4168fb 100644 (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;