small iputils patch to remove excessive punctuation

From: Benjamin Kerensa <hidden>
Date: 2013-01-18 07:23:12
Subsystem: the rest · Maintainer: Linus Torvalds

Here is a quick iputils patch to remove unneeded punctuation from ping
flood warning in ping_common.c




Signed-off-by: Benjamin Kerensa <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help