]> git.ipfire.org Git - thirdparty/lldpd.git/commit
netlink: set size to the correct value for getsockopt()
authorVincent Bernat <vincent@bernat.im>
Sat, 14 Jan 2017 10:30:52 +0000 (11:30 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 14 Jan 2017 10:49:51 +0000 (11:49 +0100)
commite8ee1d9da91f9adb9b44ff4005eff9d10ced921f
tree6f1c38fd4c0c06d8065e1b228fdf102c4481bd43
parent93051bc2dc910944d3ab6c41f551783c03b2dee2
netlink: set size to the correct value for getsockopt()

Also, don't check if the returned size is correct. This is not done in
other parts of the code and it seems a bit useless to do it here.
src/daemon/netlink.c