Re: [ovs-dev] [PATCH v2 11/22] netlink: Simplify nl_msg_start_nested().

2017-03-03 Thread Joe Stringer
On 28 February 2017 at 17:17, Jarno Rajahalme wrote: > Since there is no data to copy nl_msg_put_unspec_uninit() may be used > directly, rather than via nl_msg_put_unspec(). > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer

[ovs-dev] [PATCH v2 11/22] netlink: Simplify nl_msg_start_nested().

2017-02-28 Thread Jarno Rajahalme
Since there is no data to copy nl_msg_put_unspec_uninit() may be used directly, rather than via nl_msg_put_unspec(). Signed-off-by: Jarno Rajahalme --- lib/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netlink.c b/lib/netlink.c index