X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-netdev.c;h=486ba4865e9b56afeb39351ad25f685173352a49;hb=465b509c7ce1023af9665ec2553c1c7baee5963e;hp=762d24b393ddc9b7ba5e43b12519ced8de0654da;hpb=19cf40693da2e6e7612268fc6708fc6c879ebdff;p=sliver-openvswitch.git diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 762d24b39..486ba4865 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -911,7 +911,6 @@ dpif_netdev_flow_dump_next(const struct dpif *dpif, void *state_, ofpbuf_use_stack(&buf, &state->keybuf, sizeof state->keybuf); odp_flow_key_from_flow(&buf, &flow->key); - assert(buf.base == &state->keybuf); *key = buf.data; *key_len = buf.size;