Re: [ovs-dev] [PATCH 5/5] lib/dpif-netdev.c: Silence a compiler warning.

2014-07-18 Thread Ben Pfaff
On Fri, Jul 18, 2014 at 09:05:52PM -0700, Jarno Rajahalme wrote: > 'error' would be used without initialization if 'cnt' was 0. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

[ovs-dev] [PATCH 5/5] lib/dpif-netdev.c: Silence a compiler warning.

2014-07-18 Thread Jarno Rajahalme
'error' would be used without initialization if 'cnt' was 0. Signed-off-by: Jarno Rajahalme --- lib/dpif-netdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 9270873..90445d1 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netd