diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 3a1051e3c8..a4ce538457 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -423,8 +423,8 @@ handle_method(#'basic.publish'{exchange = ExchangeNameBin, %% definition, when we move to >=0-9 ok = basic_return(Message, WriterPid, 312, <<"unroutable">>); not_delivered -> - %% FIXME: 313 should be replaced by the - %% ?NO_CONSUMERS definition, when we move to >=0-9 + %% FIXME: 313 should be replaced by the ?NO_CONSUMERS + %% definition, when we move to >=0-9 ok = basic_return(Message, WriterPid, 313, <<"not_delivered">>) end, {noreply, case TxnKey of |
