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 67809880ab..d219404d84 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -207,7 +207,7 @@ handle_call({info, Items}, _From, State) -> catch Error -> reply({error, Error}, State) end; -handle_call(flush, _from, State) -> +handle_call(flush, _From, State) -> reply(ok, State); handle_call(_Request, _From, State) -> |
