Re: [ovs-dev] [PATCH] stream-ssl: Fix broken build.

2015-03-03 Thread Ben Pfaff
On Tue, Mar 03, 2015 at 04:01:24PM -0800, Pravin Shelar wrote: > On Tue, Mar 3, 2015 at 3:55 PM, Ben Pfaff wrote: > > In all the churn around ofpbuf and dp_packet, this code seems to have been > > overlooked. This fixes the problem. > > > > Signed-off-by: Ben Pfaff > > Looks good. > Acked-by: P

Re: [ovs-dev] [PATCH] stream-ssl: Fix broken build.

2015-03-03 Thread Pravin Shelar
On Tue, Mar 3, 2015 at 3:55 PM, Ben Pfaff wrote: > In all the churn around ofpbuf and dp_packet, this code seems to have been > overlooked. This fixes the problem. > > Signed-off-by: Ben Pfaff Looks good. Acked-by: Pravin B Shelar ___ dev mailing lis

[ovs-dev] [PATCH] stream-ssl: Fix broken build.

2015-03-03 Thread Ben Pfaff
In all the churn around ofpbuf and dp_packet, this code seems to have been overlooked. This fixes the problem. Signed-off-by: Ben Pfaff --- lib/stream-ssl.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c index c2ace71..2ad794d 100