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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user