diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-05-27 13:09:33 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-05-27 13:09:33 +0100 |
| commit | 045bad63a17da8334a8b9dd5b97cf26231a8d3c3 (patch) | |
| tree | cba1d60d3bf62ee8c6e7c492a3e6001aa19fbe7e /src | |
| parent | f04a7b82e41dd7217456dca5e1188b4f3c69c1f7 (diff) | |
| parent | 357f9ddc9c8a89c5e96121c6145daf85039c67ef (diff) | |
| download | rabbitmq-server-git-045bad63a17da8334a8b9dd5b97cf26231a8d3c3.tar.gz | |
Merge bug 26184
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 2 |
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 |
