X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fexecution.c;h=2be131db1dcb180096edaebde2437d1f24b4c29b;hb=3c5ce2c25c5c688ce23b8f72b0bba691dcd76264;hp=6314757c3b2874c20ec8a03d733f0d81f5cc7283;hpb=ffd9722066c76f65d543906884f0d4a6d9272cb4;p=cascardo%2Fovs.git diff --git a/ovsdb/execution.c b/ovsdb/execution.c index 6314757c3..2be131db1 100644 --- a/ovsdb/execution.c +++ b/ovsdb/execution.c @@ -643,6 +643,8 @@ ovsdb_execute_wait(struct ovsdb_execution *x, struct ovsdb_parser *parser, } else { timeout_msec = LLONG_MAX; } + } + if (!error) { if (strcmp(json_string(until), "==") && strcmp(json_string(until), "!=")) { error = ovsdb_syntax_error(until, NULL,