]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/m_xt.c
tc: m_xt: Get rid of iargc variable in parse_ipt()
authorPhil Sutter <phil@nwl.cc>
Fri, 10 Jun 2016 11:42:06 +0000 (13:42 +0200)
committerStephen Hemminger <shemming@brocade.com>
Tue, 14 Jun 2016 21:35:56 +0000 (14:35 -0700)
commit28432f370e6ad72a7eab9ba6bae67eabdd4b1c57
treecb8e8bdb93877d303f3d0c6b7b4a0a0b601276e0
parentab8f52fc4ae1141ff9980d24244f2d9559e47968
tc: m_xt: Get rid of iargc variable in parse_ipt()

After dropping the unused decrement of argc in the function's tail, it
can fully take over what iargc has been used for.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/m_xt.c