diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-06 14:03:08 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-06 14:03:08 +0100 |
| commit | 6fa41a2c6279c0483db21ce70af5b377e25f3dd5 (patch) | |
| tree | a7890a3b291414932f9a99d3fa4a2b6728ae86f1 /src/gatherer.erl | |
| parent | cbfb743434829f751ed3b6078b41dda720c19b2a (diff) | |
| download | rabbitmq-server-git-6fa41a2c6279c0483db21ce70af5b377e25f3dd5.tar.gz | |
oops
Diffstat (limited to 'src/gatherer.erl')
| -rw-r--r-- | src/gatherer.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gatherer.erl b/src/gatherer.erl index 30cb59093e..31dda16e83 100644 --- a/src/gatherer.erl +++ b/src/gatherer.erl @@ -104,8 +104,8 @@ handle_call(out, From, State = #gstate { forks = Forks, State #gstate { blocked = queue:in(From, Blocked) }, hibernate} end; - {{value, Value}, NewValues} -> - {reply, Value, State #gstate { values = NewValues }, hibernate} + {{value, _Value} = V, NewValues} -> + {reply, V, State #gstate { values = NewValues }, hibernate} end; handle_call(Msg, _From, State) -> |
