netlink: Make nl_sock_transact() discard reply if 'replyp' is null.
authorBen Pfaff <blp@nicira.com>
Wed, 19 May 2010 21:13:23 +0000 (14:13 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:30:18 +0000 (10:30 -0700)
commit8e2093fc182d6e418b998a55e3a9080d7f97cd0a
tree4efad06883c00c232f19ae1ca8403f5caf648ab7
parent69123704450703f7ebea4af9e3b9635399fc21f2
netlink: Make nl_sock_transact() discard reply if 'replyp' is null.

Sometimes only the success or failure return value is interesting, not the
details of the reply, so this simplifies some callers.
lib/netlink.c
vswitchd/proc-net-compat.c