diff options
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index e16cb2de60..1d91494bc0 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -753,7 +753,7 @@ handle_method(#'queue.declare'{queue = QueueNameBin, {existing, _Q} -> %% must have been created between the stat and the %% declare. Loop around again. - handle_method(Declare, undefined, State) + handle_method(Declare, none, State) end end; |
