public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Fix bug 12908 - Correct getipstat pcount
@ 2022-08-17 12:58 Robin Roevens
  2022-08-17 13:05 ` Bernhard Bitsch
  0 siblings, 1 reply; 2+ messages in thread
From: Robin Roevens @ 2022-08-17 12:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

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


-- 
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix bug 12908 - Correct getipstat pcount
  2022-08-17 12:58 [PATCH] Fix bug 12908 - Correct getipstat pcount Robin Roevens
@ 2022-08-17 13:05 ` Bernhard Bitsch
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Bitsch @ 2022-08-17 13:05 UTC (permalink / raw)
  To: development

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-17 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 12:58 [PATCH] Fix bug 12908 - Correct getipstat pcount Robin Roevens
2022-08-17 13:05 ` Bernhard Bitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox