X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-netdev.c;h=cade79efee836361086e2ea9884d253671229431;hb=1dc6839d2dd4e672742114a2664f5130c3235f3d;hp=fb0a863e3e3378177f6ad2b892d274faf7260945;hpb=2197d7abab6d765013399790d11290562a583b71;p=sliver-openvswitch.git diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index fb0a863e3..cade79efe 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -956,7 +956,7 @@ dpif_netdev_recv(struct dpif *dpif, struct dpif_upcall *upcall, free(u); ofpbuf_uninit(buf); - *buf = *u->packet; + *buf = *upcall->packet; return 0; } else {