Replace most uses of assert by ovs_assert.
[sliver-openvswitch.git] / utilities / ovs-ofctl.c
index 239f317..2ffe3d5 100644 (file)
@@ -2177,7 +2177,7 @@ ofctl_parse_flows__(struct ofputil_flow_mod *fms, size_t n_fms)
             break;
         }
     }
-    assert(IS_POW2(protocol));
+    ovs_assert(IS_POW2(protocol));
 
     printf("chosen protocol: %s\n", ofputil_protocol_to_string(protocol));