X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fexecution.c;h=027e9e18bb5c5ed455381031bcbee11945332f85;hb=cb22974d773942d66da42b700b8bca0db27a0920;hp=300c247a3d98a3485b217006c5eb9c978e07229a;hpb=4749f73d12c844b318af7f45cf45e1acac9f7c08;p=sliver-openvswitch.git diff --git a/ovsdb/execution.c b/ovsdb/execution.c index 300c247a3..027e9e18b 100644 --- a/ovsdb/execution.c +++ b/ovsdb/execution.c @@ -15,7 +15,6 @@ #include -#include #include #include "column.h" @@ -154,7 +153,7 @@ ovsdb_execute(struct ovsdb *db, const struct ovsdb_session *session, op_name); } } else { - assert(ovsdb_parser_has_error(&parser)); + ovs_assert(ovsdb_parser_has_error(&parser)); } /* A parse error overrides any other error.