X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;fp=ofproto%2Fconnmgr.c;h=9a5167de89100ed8e67fc4a62bdad625d2dbfe76;hb=dc723c447a797e555d400594133a35b9841eb1de;hp=383fbdacce219b0dda9b3adb0bf09a1d97613eb7;hpb=0d593ee424de4bb9e3d4dbe7d81c126a4efaa267;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 383fbdacc..9a5167de8 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -2105,7 +2105,7 @@ ofmonitor_report(struct connmgr *mgr, struct rule *rule, ovs_mutex_unlock(&rule->mutex); if (flags & NXFMF_ACTIONS) { - struct rule_actions *actions = rule_get_actions(rule); + const struct rule_actions *actions = rule_get_actions(rule); fu.ofpacts = actions->ofpacts; fu.ofpacts_len = actions->ofpacts_len; } else {