summaryrefslogtreecommitdiff
path: root/src
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
commit6ffa7490139cf4ca93db5763529d02fab3bc22c6 (patch)
treec90321203f3f6dc811598bb0148ab65144521755 /src
parent37fb4e222655b8e0182b8ce3771f6b5a0c5b7769 (diff)
downloadrabbitmq-server-git-6ffa7490139cf4ca93db5763529d02fab3bc22c6.tar.gz
forgot to remove. (dnc)
Diffstat (limited to 'src')
-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 6d0f7f2531..c1fa048dba 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),