[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1464051893-25680-1-git-send-email-jhs@emojatatu.com>
Date: Mon, 23 May 2016 21:04:53 -0400
From: Jamal Hadi Salim <jhs@...atatu.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, daniel@...earbox.net,
Jamal Hadi Salim <jhs@...atatu.com>
Subject: [iproute2 1/1] tc simple action: bug fix
From: Jamal Hadi Salim <jhs@...atatu.com>
Failed compile
m_simple.c: In function ‘parse_simple’:
m_simple.c:154:6: warning: too many arguments for format [-Wformat-extra-args]
*argv);
^
m_simple.c:103:14: warning: unused variable ‘maybe_bind’ [-Wunused-variable]
Reported-by: Daniel Borkmann <daniel@...earbox.net>
Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
---
tc/m_simple.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tc/m_simple.c b/tc/m_simple.c
index 11d4869..8b3d655 100644
--- a/tc/m_simple.c
+++ b/tc/m_simple.c
@@ -150,7 +150,7 @@ parse_simple(struct action_util *a, int *argc_p, char ***argv_p, int tca_id,
if (matches(*argv, "index") == 0) {
NEXT_ARG();
if (get_u32(&sel.index, *argv, 10)) {
- fprintf(stderr, "simple: Illegal \"index\"\n",
+ fprintf(stderr, "simple: Illegal \"index\" (%s)\n",
*argv);
return -1;
}
--
1.9.1
Powered by blists - more mailing lists