diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2019-04-08 23:14:05 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2019-04-08 23:14:05 +0100 |
| commit | 0e416ead07251c2a4c1d9ae57b7b176e33d6d792 (patch) | |
| tree | 97eec8396b504a3b94eb6868055fa1dd931934f7 | |
| parent | fb3c71cb89f57ae28948280e13cbd3160055c444 (diff) | |
| download | rabbitmq-server-git-0e416ead07251c2a4c1d9ae57b7b176e33d6d792.tar.gz | |
Rename $ra_no_return to $ra_no_reply
[#164735591]
| -rw-r--r-- | src/rabbit_fifo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl index 231ecf42c6..274a196bc7 100644 --- a/src/rabbit_fifo.erl +++ b/src/rabbit_fifo.erl @@ -287,7 +287,7 @@ apply(#{from := From} = Meta, #checkout{spec = {dequeue, Settlement}, case Msg of {RaftIdx, {Header, 'empty'}} -> %% TODO add here new log effect with reply - {State, '$ra_no_return', + {State, '$ra_no_reply', reply_log_effect(RaftIdx, MsgId, Header, Ready - 1, From)}; _ -> {State, {dequeue, {MsgId, Msg}, Ready-1}, Effects} |
