diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-26 11:30:45 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-26 11:30:45 +0100 |
| commit | 6ff847e817f5582a94d2ae0ddfa64c4377c82c08 (patch) | |
| tree | addd2cd42003356fadb9f325e5fda4b5cd6769fa | |
| parent | 5e4e8c0a8eb2da6837a87299c658f6cd3d096afa (diff) | |
| download | rabbitmq-server-git-6ff847e817f5582a94d2ae0ddfa64c4377c82c08.tar.gz | |
cosmetic
| -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 |
