X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.c;h=ad143c8ed21c7ad612d334531921c4909670391c;hb=f613a0d72c521ca3a4eeb2c29ac523f6fdf72667;hp=8cf7cfe44114d34accb708e1df33f2ddaa423a5e;hpb=9197df76b46ff6fbe1f7a522961730ffc55a860d;p=sliver-openvswitch.git diff --git a/lib/dpif.c b/lib/dpif.c index 8cf7cfe44..ad143c8ed 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -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'.