X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=0625ccfa196e2b173e6aae6b939d20af250c733e;hb=13b1b2ae700284e8a752ced7c87e16a7c8f9d76c;hp=432aef371baa8069db1f16db66d8e2259f7443bb;hpb=bd54dbcdd77cfd85f4ea2a589b07f1da5c3119d5;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 432aef371..0625ccfa1 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3094,8 +3094,7 @@ ofproto_get_netflow_ids(const struct ofproto *ofproto, * Returns false if the port did not have CFM configured, in which case * '*status' is indeterminate. * - * The caller must provide and owns '*status', but it does not own and must not - * modify or free the array returned in 'status->rmps'. */ + * The caller must provide and owns '*status', and must free 'status->rmps'. */ bool ofproto_port_get_cfm_status(const struct ofproto *ofproto, ofp_port_t ofp_port, struct ofproto_cfm_status *status)