Thanks, pushed to master.
On Mon, Mar 17, 2014 at 3:37 PM, Ben Pfaff wrote:
> On Mon, Mar 17, 2014 at 10:14:22PM -0700, Andy Zhou wrote:
> > It is better to explicitly initialize the dp->destroy than to rely
> > on xzalloc().
> >
> > Signed-off-by: Andy Zhou
>
> Acked-by: Ben Pfaff
>
On Mon, Mar 17, 2014 at 10:14:22PM -0700, Andy Zhou wrote:
> It is better to explicitly initialize the dp->destroy than to rely
> on xzalloc().
>
> Signed-off-by: Andy Zhou
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openvswitc
It is better to explicitly initialize the dp->destroy than to rely
on xzalloc().
Signed-off-by: Andy Zhou
---
lib/dpif-netdev.c |1 +
1 file changed, 1 insertion(+)
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 54b8f50..3bbfd2a 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev