netlink-socket: Don't bother logging SO_RCVBUFFORCE failure
authorAnsis Atteka <aatteka@nicira.com>
Thu, 11 Apr 2013 18:33:24 +0000 (11:33 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Thu, 11 Apr 2013 18:33:24 +0000 (11:33 -0700)
commitf28b6dd3f49d355b18e631e441f52611de4e8b13
treefdcef43c6e4b7d6e2c26e44c1f90c1f111ca7d95
parent63ff04e82623e76521add85287b2ac0e1829bcfe
netlink-socket: Don't bother logging SO_RCVBUFFORCE failure

This patch fixes tests when they are run with "fakeroot debian/rules binary"
command.

The problem was that under fakeroot setsockopt() call could still return
EPERM and lead to a warning message being logged.

Signed-off-by: Ansis Atteka <aatteka@nicira.com>
lib/netlink-socket.c