Skip to content

Commit

Permalink
Fixes atomic bug in ConfigUpdateFlow. (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz authored Dec 23, 2020
1 parent 9a29192 commit 1f8f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openlcb/ConfigUpdateFlow.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ private:
return call_immediately(STATE(do_initial_load));
}
l = nextRefresh_.operator->();
++nextRefresh_;
}
++nextRefresh_;
return call_listener(l, false);
}

Expand Down

0 comments on commit 1f8f205

Please sign in to comment.