public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] Remove excessive punctuation from ping flood warning
@ 2013-01-16 11:10 Benjamin Kerensa
  0 siblings, 0 replies; only message in thread
From: Benjamin Kerensa @ 2013-01-16 11:10 UTC (permalink / raw)
  To: netdev

This patch removes excessive punctuation from the flood warning.

 From 932b1fc65d0f93531d2277831c6a584c9b1cfe63 Mon Sep 17 00:00:00 2001
From: Benjamin Kerensa <bkerensa@ubuntu•com>
Date: Wed, 16 Jan 2013 02:53:38 -0800
Subject: [PATCH] Remove excessive punctuation from ping flood warning
Signed-off-by: Benjamin Kerensa <bkerensa@ubuntu•com
---
  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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-16 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 11:10 [PATCH] Remove excessive punctuation from ping flood warning Benjamin Kerensa

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