diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-06-21 16:23:15 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-06-21 16:23:15 +0100 |
| commit | 6ffa7490139cf4ca93db5763529d02fab3bc22c6 (patch) | |
| tree | c90321203f3f6dc811598bb0148ab65144521755 | |
| parent | 37fb4e222655b8e0182b8ce3771f6b5a0c5b7769 (diff) | |
| download | rabbitmq-server-git-6ffa7490139cf4ca93db5763529d02fab3bc22c6.tar.gz | |
forgot to remove. (dnc)
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 3 |
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), |
