Re: [ovs-dev] [PATCH 3/5] lib/mac-learning: Add missing semicolon

2013-12-13 Thread Ben Pfaff
On Fri, Dec 13, 2013 at 02:17:15PM +0100, Helmut Schaa wrote: > Does not matter as long as ovs_assert is a simple macro but if ovs_assert > is converted to a function this will fail. > > Signed-off-by: Helmut Schaa Good catch. ___ dev mailing list dev@

[ovs-dev] [PATCH 3/5] lib/mac-learning: Add missing semicolon

2013-12-13 Thread Helmut Schaa
Does not matter as long as ovs_assert is a simple macro but if ovs_assert is converted to a function this will fail. Signed-off-by: Helmut Schaa --- lib/mac-learning.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mac-learning.c b/lib/mac-learning.c index fe06744..c9c1a