Bugfixes
This commit is contained in:
parent
0c4c42cc52
commit
5122ee00a9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ handle_call({update_local_down_list, Down, MembersDict}, _From,
|
|||
S2 = if Down == OldDown, MembersDict == OldMembersDict ->
|
||||
%% Do nothing only if both are equal. If members_dict is
|
||||
%% changing, that's sufficient reason to spam.
|
||||
ok;
|
||||
S;
|
||||
true ->
|
||||
do_map_change(NewMap, [MyFluName], MembersDict, S)
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue