From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] Fix bug 12908 - Correct getipstat pcount Date: Wed, 17 Aug 2022 15:05:52 +0200 Message-ID: In-Reply-To: <20220817125848.11809-1-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0922561328206768626==" List-Id: --===============0922561328206768626== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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(-) >=20 > 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", NUL= L, 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; --===============0922561328206768626==--