diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-04 02:21:40 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-04 02:21:40 +0000 |
| commit | 56332947000072fcfa785a4d52384b687d5df05e (patch) | |
| tree | c2af2e9439e376907a71aafa5122b8624f21af9d | |
| parent | 4ca5bdf3fc45a7e413fec1e4c4cebc3528606f01 (diff) | |
| download | rabbitmq-server-git-56332947000072fcfa785a4d52384b687d5df05e.tar.gz | |
cosmetic(ish)
| -rw-r--r-- | src/rabbit_mirror_queue_sync.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_sync.erl b/src/rabbit_mirror_queue_sync.erl index bb69a66482..10a74cc9c8 100644 --- a/src/rabbit_mirror_queue_sync.erl +++ b/src/rabbit_mirror_queue_sync.erl @@ -168,7 +168,7 @@ wait_for_credit(SPids) -> {bump_credit, Msg} -> credit_flow:handle_bump_msg(Msg), wait_for_credit(SPids); - {'DOWN', _, _, SPid, _} -> + {'DOWN', _, process, SPid, _} -> credit_flow:peer_down(SPid), wait_for_credit(lists:delete(SPid, SPids)) end; |
