]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ipila: Fixed unitialized variables
authorTom Herbert <tom@herbertland.com>
Mon, 15 Aug 2016 23:30:22 +0000 (16:30 -0700)
committerStephen Hemminger <sthemmin@microsoft.com>
Wed, 17 Aug 2016 20:51:18 +0000 (13:51 -0700)
commit2d01b393f4fcb005586b74741da70ffbe5f77970
tree22a7e844617ed5c1c7adfea0b3e080a580bb1e9b
parent7e33b093318cd9281e3df3572ed64b57e12ba642
ipila: Fixed unitialized variables

Initialize locator and locator_match to zero and only do
addattr if they have been set.

Signed-off-by: Tom Herbert <tom@herbertland.com>
ip/ipila.c