summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-02 12:20:11 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-02 12:20:11 +0100
commitd4dce0d61ddd70969442da8b9e75542c2773ca36 (patch)
treec842a5b72d995184921b06b53005466490f8d5ba
parentb7b4aca086e01d863297822bcf5640fad83f5288 (diff)
parent00200145237a32c69e40a9f63f3ad5b4414b89b7 (diff)
downloadrabbitmq-server-d4dce0d61ddd70969442da8b9e75542c2773ca36.tar.gz
stable to default
-rw-r--r--src/gm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gm.erl b/src/gm.erl
index 7a2f5835..ae13daa0 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.