summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-27 05:16:48 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-27 05:16:48 +0100
commit1566296dfd72e4975542b4d2add28c5927264023 (patch)
tree53ce3a54a9f6d38855f7aab65b8ad74b75a99bc0
parent922615eb75d9b6f52c7eb27d6412c42c7f042c9b (diff)
downloadrabbitmq-server-1566296dfd72e4975542b4d2add28c5927264023.tar.gz
oops
-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 18c98f14..b371bc2c 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -759,7 +759,7 @@ handle_cast({init, Recover}, State = #q{message_buffer = undefined}) ->
false -> []
end,
noreply(State#q{message_buffer = queue:from_list(Messages)});
-handle_cast(init, State) ->
+handle_cast({init, _Recover}, State) ->
noreply(State);
handle_cast({deliver, Txn, Message, ChPid}, State) ->