diff options
-rw-r--r-- | ovn/lib/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c index a28684b47..86ea75a81 100644 --- a/ovn/lib/expr.c +++ b/ovn/lib/expr.c @@ -1802,6 +1802,7 @@ crush_and_string(struct expr *expr, const struct expr_symbol *symbol) SSET_FOR_EACH (string, &result) { sub = xmalloc(sizeof *sub); sub->type = EXPR_T_CMP; + sub->cmp.relop = EXPR_R_EQ; sub->cmp.symbol = symbol; sub->cmp.string = xstrdup(string); ovs_list_push_back(&expr->andor, &sub->node); |