diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-28 17:37:55 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-28 17:37:55 +0100 |
| commit | 5785c909d75949df1ab028cd06fbfeadb80f55c9 (patch) | |
| tree | 5f358e9666d9eca36677a44bb1adc47111c77ccc /src | |
| parent | 3abd7a2a6eaf93d323c0641082476b2ab1378225 (diff) | |
| download | rabbitmq-server-git-5785c909d75949df1ab028cd06fbfeadb80f55c9.tar.gz | |
Typo.
Diffstat (limited to 'src')
| -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) -> |
