summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-04-05 13:24:10 +0100
committerEmile Joubert <emile@rabbitmq.com>2013-04-05 13:24:10 +0100
commit4c34dc69c16181f0600862d56fafe98cd09d4fd2 (patch)
tree726f2662a0b5ee762782e82d666b600d2d8aad96 /src
parentc6ac0edbe633990b46c3440e184aadee9e6d47d0 (diff)
downloadrabbitmq-server-git-4c34dc69c16181f0600862d56fafe98cd09d4fd2.tar.gz
Minimise diff
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_amqqueue_process.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 1a70af0dee..7ab0d7742d 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -1365,7 +1365,7 @@ handle_info({'DOWN', _MonitorRef, process, DownPid, _Reason},
handle_info({'DOWN', _MonitorRef, process, DownPid, _Reason}, State) ->
case handle_ch_down(DownPid, State) of
{ok, State1} -> noreply(State1);
- {stop, State1} -> {stop, normal, State1}
+ {stop, State1} -> stop(State1)
end;
handle_info(update_ram_duration, State = #q{backing_queue = BQ,