diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-11-16 14:04:49 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-11-16 14:04:49 +0000 |
| commit | feffedf04f39664caee3d9a596650666bc764294 (patch) | |
| tree | 85aba8fd4df3e8feed91e951cd21e6aa19fd0058 /src | |
| parent | 56123b5fb924bd12be614d00ebdc59cdcb7a9133 (diff) | |
| parent | a71184292a78ca8dc8988652189ed84178c736e3 (diff) | |
| download | rabbitmq-server-git-feffedf04f39664caee3d9a596650666bc764294.tar.gz | |
merge bug25297 into default
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 2afc4c3641..b97af6d8ca 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -335,7 +335,7 @@ handle_info({'DOWN', _MRef, process, QPid, Reason}, State) -> State4 = handle_delivering_queue_down(QPid, State3), credit_flow:peer_down(QPid), erase_queue_stats(QPid), - noreply(State3#ch{queue_monitors = pmon:erase( + noreply(State4#ch{queue_monitors = pmon:erase( QPid, State4#ch.queue_monitors)}); handle_info({'EXIT', _Pid, Reason}, State) -> |
