X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=7df8600e54b853c9c8859b691b7968440147bfe7;hb=1dfee98d87605bc52ed58738edf01e201b189615;hp=e081e32e96c2a3c6f2bfbf34774cb106879a2be0;hpb=11e6a15bdf78f83e7c10e0f3737c159f92ed3897;p=openvswitch diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index e081e32e..7df8600e 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3549,8 +3549,8 @@ put_nx_flow_stats(struct ofconn *ofconn, struct rule *rule, act_len = sizeof *rule->actions * rule->n_actions; - start_len = (*replyp)->size; append_nxstats_reply(sizeof *nfs + NXM_MAX_LEN + act_len, ofconn, replyp); + start_len = (*replyp)->size; reply = *replyp; nfs = ofpbuf_put_uninit(reply, sizeof *nfs);