Use enum ofperr in ofputil_decode_flow_removed()
[openvswitch] / lib / ofp-util.c
index c6d979e9478b5d92fce136d93716f311b66bb7f2..2d81967d85bc8db68e62ca063f3b4bf5d2baa4a8 100644 (file)
@@ -1939,7 +1939,7 @@ ofputil_decode_flow_removed(struct ofputil_flow_removed *fr,
         fr->byte_count = ntohll(ofr->byte_count);
     } else if (raw == OFPRAW_NXT_FLOW_REMOVED) {
         struct nx_flow_removed *nfr;
-        int error;
+        enum ofperr error;
 
         nfr = ofpbuf_pull(&b, sizeof *nfr);
         error = nx_pull_match(&b, ntohs(nfr->match_len), &fr->match,