summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-05-27 13:09:33 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-05-27 13:09:33 +0100
commit045bad63a17da8334a8b9dd5b97cf26231a8d3c3 (patch)
treecba1d60d3bf62ee8c6e7c492a3e6001aa19fbe7e /src
parentf04a7b82e41dd7217456dca5e1188b4f3c69c1f7 (diff)
parent357f9ddc9c8a89c5e96121c6145daf85039c67ef (diff)
downloadrabbitmq-server-git-045bad63a17da8334a8b9dd5b97cf26231a8d3c3.tar.gz
Merge bug 26184
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_slave.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index f18c319e5c..11d6a79c4c 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -321,7 +321,7 @@ handle_info({bump_credit, Msg}, State) ->
handle_info(Msg, State) ->
{stop, {unexpected_info, Msg}, State}.
-terminate(normal, {not_started, _Q}) ->
+terminate(_Reason, {not_started, _Q}) ->
ok;
terminate(_Reason, #state { backing_queue_state = undefined }) ->
%% We've received a delete_and_terminate from gm, thus nothing to