This commit is contained in:
Scott Lystig Fritchie 2015-10-21 17:27:05 +09:00
parent 0c4c42cc52
commit 5122ee00a9

View file

@ -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,