Skip to content
Commit 71fceff0 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Use less conflicting local var name in change_nexthops() loop macro.



As noticed by H Hartley Sweeten, since change_nexthops() uses 'nh'
as it's iterator variable, it can conflict with other existing
local vars.

Use "nexthop_nh" to avoid the conflict and make it easier to figure
out where this magic variable comes from.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4d0392be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment