diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-26 08:52:59 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-26 08:52:59 +0100 |
| commit | 1ee9fc064fb2671ad20eee8d0c090105b497dbab (patch) | |
| tree | 752621803c5acacea22f4306babb6a277d2fdc98 /src | |
| parent | b586310726399063c9e123f445c7ee26e715577e (diff) | |
| download | rabbitmq-server-git-1ee9fc064fb2671ad20eee8d0c090105b497dbab.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index e997bb6117..e9d302f1ad 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -1073,7 +1073,7 @@ queue_out(State = #vqstate { q4 = Q4 }) -> case queue:out(Q4) of {empty, _Q4} -> case fetch_from_q3(State) of - {empty, _State1} = Result -> Result; + {empty, _State1} = Result -> Result; {loaded, {MsgStatus, State1}} -> {{value, MsgStatus}, State1} end; {{value, MsgStatus}, Q4a} -> |
