diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-01-24 15:41:09 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-01-24 15:41:09 +0000 |
| commit | eefbc57b7839b2650a561ff3b9db12af9760aaa9 (patch) | |
| tree | 31be55aef7692277f50681cc9782b224e73b7315 | |
| parent | eff6c36a04bf76d0751a63d876660062c5be14ea (diff) | |
| download | rabbitmq-server-git-eefbc57b7839b2650a561ff3b9db12af9760aaa9.tar.gz | |
Whitespace
| -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 88922a8ffc..0832f7429d 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -267,7 +267,7 @@ handle_call(_Request, _From, State) -> noreply(State). handle_cast({method, Method, Content, Flow}, - State = #ch{reader_pid = Reader, + State = #ch{reader_pid = Reader, virtual_host = VHost}) -> case Flow of flow -> credit_flow:ack(Reader); |
