diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-02 12:20:11 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-02 12:20:11 +0100 |
| commit | 38faaef4bed2c38e76115923e3d83e653ee8f722 (patch) | |
| tree | c842a5b72d995184921b06b53005466490f8d5ba /src/gm.erl | |
| parent | 398680a13aaa5f16c158a3bc071f13eb12f6781a (diff) | |
| parent | 4f16ade1e73e8cbb940a9d2f949ad213761e3e15 (diff) | |
| download | rabbitmq-server-git-38faaef4bed2c38e76115923e3d83e653ee8f722.tar.gz | |
stable to default
Diffstat (limited to 'src/gm.erl')
| -rw-r--r-- | src/gm.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gm.erl b/src/gm.erl index 7a2f5835b0..ae13daa0d7 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -746,7 +746,7 @@ prioritise_info({'DOWN', _MRef, process, LeftPid, _Reason}, _Len, %% But prioritise all other DOWNs - we want to make sure we are not %% sending activity into the void for too long because our right is %% down but we don't know it. -prioritise_info({'DOWN', MRef, process, Pid, _Reason}, _Len, _State) -> +prioritise_info({'DOWN', _MRef, process, _Pid, _Reason}, _Len, _State) -> 1; prioritise_info(_, _Len, _State) -> 0. |
