]> git.proxmox.com Git - mirror_iproute2.git/commit
tc/m_gact: Fix action_a2n() return code check
authorPhil Sutter <phil@nwl.cc>
Sun, 7 Aug 2016 11:19:01 +0000 (13:19 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 8 Aug 2016 15:52:47 +0000 (08:52 -0700)
commitc15feb99a42d21ab7d9653bccc9555526a65e2da
tree50aa32d9d443e3dd0f1e0e8c83a017a951d77557
parent1eeb6fdac8707c5391f73830582344671310c5a1
tc/m_gact: Fix action_a2n() return code check

The function returns zero on success.

Reported-by: Mark Bloch <markb@mellanox.com>
Fixes: 69f5aff63c770b ("tc: use action_a2n() everywhere")
Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/m_gact.c