diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-30 14:02:51 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-30 14:02:51 +0000 |
| commit | 82aa2ffcef9906a91fe33a0b469275edd9b0a43a (patch) | |
| tree | 99149160332a77ee7b159e9c6a2f912e07295c97 | |
| parent | 923837c74ced836fe903f3d55f7255f1d29c1259 (diff) | |
| download | rabbitmq-server-git-82aa2ffcef9906a91fe33a0b469275edd9b0a43a.tar.gz | |
oops
| -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 da185dce97..1f31b5c848 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -115,7 +115,7 @@ handle_go(Q = #amqqueue{name = QName}) -> Self, {rabbit_amqqueue, set_ram_duration_target, [Self]}), {ok, BQ} = application:get_env(backing_queue_module), Q1 = Q #amqqueue { pid = QPid }, - BQS = bq_init(BQ, Q1, []), + BQS = bq_init(BQ, Q1, new), State = #state { q = Q1, gm = GM, backing_queue = BQ, |
