From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Roevens To: development@lists.ipfire.org Subject: [PATCH] Fix bug 12908 - Correct getipstat pcount Date: Wed, 17 Aug 2022 14:58:48 +0200 Message-ID: <20220817125848.11809-1-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6013600806457209978==" List-Id: --===============6013600806457209978== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable --- 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[] =3D {"--list", "--verbose", "--numeric", "--wait", "5", NULL, = NULL, NULL, NULL}; char *usage =3D "getipstat [-x][-f|-n|-m]"; - unsigned int pcount =3D 6; + unsigned int pcount =3D 5; unsigned int table_set =3D 0; =20 int opt; --=20 2.37.1 --=20 Dit bericht is gescanned op virussen en andere gevaarlijke inhoud door MailScanner en lijkt schoon te zijn. --===============6013600806457209978==--