Package: iputils
Version: 3:20101006-3
Tags: Patch

Hello Maintainer,

I am forwarding the attached patch for your review but have also forwarded it upstream which I believe is http://www.linux-ipv6.org/ but if it is not please let me know so I can get the patch to the appropriate place.

Hopefully this will get fixed soon upstream so Debian and Ubuntu can benefit from the fix.

--
Benjamin Kerensa
http://benjaminkerensa.com

>From 932b1fc65d0f93531d2277831c6a584c9b1cfe63 Mon Sep 17 00:00:00 2001
From: Benjamin Kerensa <bkere...@ubuntu.com>
Date: Wed, 16 Jan 2013 02:53:38 -0800
Subject: [PATCH] Remove excessive punctuation from ping flood warning

---
 ping_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ping_common.c b/ping_common.c
index 7f82851..261aafc 100644
--- a/ping_common.c
+++ b/ping_common.c
@@ -608,7 +608,7 @@ void setup(int icmp_sock)
 		interval = 0;
 
 	if (uid && interval < MINUSERINTERVAL) {
-		fprintf(stderr, "ping: cannot flood; minimal interval, allowed for user, is %dms\n", MINUSERINTERVAL);
+		fprintf(stderr, "ping: cannot flood; minimal interval allowed for user is %dms\n", MINUSERINTERVAL);
 		exit(2);
 	}
 
-- 
1.8.0

Reply via email to