2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ofp-util: Fix starting offset of OpenFlow error messages.

This commit is contained in:
Justin Pettit
2010-12-08 15:35:54 -08:00
parent fab8fadba0
commit 59edb09ce1

View File

@@ -1995,6 +1995,7 @@ make_ofp_error_msg(int error, const struct ofp_header *oh)
}
if (len) {
buf->size -= len;
ofpbuf_put(buf, data, len);
}