Skip to content

Commit

Permalink
ovsdb-idl: Fix bug on ovsdb_idl_condition_remove_clause().
Browse files Browse the repository at this point in the history
Call for poll_immediate_wake() when condition is changed.

Signed-off-by: Liran Schour <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
liranschour authored and blp committed Aug 13, 2016
1 parent bfd14dc commit 093b767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ovsdb-idl.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ void ovsdb_idl_condition_remove_clause(struct ovsdb_idl *idl,
arg, &column->type)))) {
ovsdb_idl_clause_free(c);
idl->cond_changed = table->cond_changed = true;
poll_immediate_wake();
return;
}
}
Expand Down

0 comments on commit 093b767

Please sign in to comment.