]> git.proxmox.com Git - mirror_iproute2.git/commit
tc simple action: bug fix
authorJamal Hadi Salim <jhs@mojatatu.com>
Tue, 24 May 2016 11:52:48 +0000 (07:52 -0400)
committerStephen Hemminger <shemming@brocade.com>
Tue, 31 May 2016 19:11:52 +0000 (12:11 -0700)
commite70b9f16ea5d461729e87e2b1ca927749bfb4f87
tree69d4e73809b4cc9896170552a2ccef9d72f1a4a4
parentf8daee42a51c62490135ba1847f83e3b9832fa98
tc simple action: bug fix

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@iogearbox.net>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
tc/m_simple.c