summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-06-21 16:23:15 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-06-21 16:23:15 +0100
commita210d0695e455ad87ae28efcfd66a900123031f2 (patch)
treec90321203f3f6dc811598bb0148ab65144521755
parent90d6060a8a108609d45163792412c09d7ce25c72 (diff)
downloadrabbitmq-server-a210d0695e455ad87ae28efcfd66a900123031f2.tar.gz
forgot to remove. (dnc)
-rw-r--r--src/rabbit_amqqueue_process.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 6d0f7f25..c1fa048d 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -102,8 +102,7 @@ init(Q) ->
?LOGDEBUG("Queue starting - ~p~n", [Q]),
process_flag(trap_exit, true),
- {ok, #q{q = Q#amqqueue{pid = self(),
- mirror_nodes = MirrorNodes},
+ {ok, #q{q = Q#amqqueue{pid = self()},
exclusive_consumer = none,
has_had_consumers = false,
backing_queue = backing_queue_module(Q),