From: Bernhard Bitsch <bbitsch@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Fix bug 12908 - Correct getipstat pcount
Date: Wed, 17 Aug 2022 15:05:52 +0200 [thread overview]
Message-ID: <bf0c7b25-e401-783e-2f92-3451b1b55935@ipfire.org> (raw)
In-Reply-To: <20220817125848.11809-1-robin.roevens@disroot.org>
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]
Reviewed-by: Bernhard Bitsch <bbitscj(a)ipfire.org>
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;
prev parent reply other threads:[~2022-08-17 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-17 12:58 Robin Roevens
2022-08-17 13:05 ` Bernhard Bitsch [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf0c7b25-e401-783e-2f92-3451b1b55935@ipfire.org \
--to=bbitsch@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox