datapath: Always use generic stats for devices (vports)
[sliver-openvswitch.git] / lib / dpif.c
index 8cf7cfe..ad143c8 100644 (file)
@@ -469,7 +469,6 @@ dpif_port_clone(struct dpif_port *dst, const struct dpif_port *src)
     dst->name = xstrdup(src->name);
     dst->type = xstrdup(src->type);
     dst->port_no = src->port_no;
-    dst->stats = src->stats;
 }
 
 /* Frees memory allocated to members of 'dpif_port'.