X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fexecution.c;h=675c1c31a7ca603cff1c983d11c0550b73aa7e2f;hb=454ec971d79a921e2e97516ddb9c725d0cfa607d;hp=9e3a8d07b5d04252531d5fe6196f5ff66ce88fab;hpb=51cb6e0c654e0954e12c8f171b5215ccad6185eb;p=sliver-openvswitch.git diff --git a/ovsdb/execution.c b/ovsdb/execution.c index 9e3a8d07b..675c1c31a 100644 --- a/ovsdb/execution.c +++ b/ovsdb/execution.c @@ -719,7 +719,7 @@ ovsdb_execute_assert(struct ovsdb_execution *x, struct ovsdb_parser *parser, { const struct json *lock_name; - lock_name = ovsdb_parser_member(parser, "lock", OP_STRING); + lock_name = ovsdb_parser_member(parser, "lock", OP_ID); if (!lock_name) { return NULL; }