Skip to content

Commit

Permalink
Merge pull request #92 from suexcxine/patch-1
Browse files Browse the repository at this point in the history
Update gproc.erl
  • Loading branch information
uwiger committed May 26, 2015
2 parents 68c9e5d + 8c6129e commit ab47f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gproc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ bcast(Key, Msg) ->
bcast(Ns, Key, Msg) ->
?CATCH_GPROC_ERROR(bcast1(Ns, Key, Msg), [Key, Msg]).

bcast1(Ns, {T,l,_} = Key, Msg) when T==p; T==a; T==c; T==n; T==p ->
bcast1(Ns, {T,l,_} = Key, Msg) when T==p; T==a; T==c; T==n ->
send1(Key, Msg),
gen_server:abcast(Ns -- [node()], gproc_bcast, {send, Key, Msg}),
Msg.
Expand Down

0 comments on commit ab47f0c

Please sign in to comment.