X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.c;h=6623aca0b261537a626bac4466311b9d2152cc4a;hb=c97fb13280c565f55ed0de7cf0bf06ffe8320b70;hp=9655f105c8a555c1b4b4a3c23d9ad36280c61496;hpb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;p=openvswitch diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 9655f105..6623aca0 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -429,7 +429,7 @@ in_band_msg_in_hook(struct in_band *in_band, const struct flow *flow, * allowed to be set up in the datapath. */ bool in_band_rule_check(struct in_band *in_band, const struct flow *flow, - const struct nlattr *actions, unsigned int actions_len) + const struct nlattr *actions, size_t actions_len) { if (!in_band) { return true;