diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-28 08:30:37 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-28 08:30:37 +0100 |
| commit | 43ff2077045189a7daf16cf06c048f195384aae9 (patch) | |
| tree | 6928999963e3ecf617a2ee7feef75529a1f3a038 | |
| parent | fca68a08042c3b0b70935a64c0b18d0ca6d2f113 (diff) | |
| download | rabbitmq-server-git-43ff2077045189a7daf16cf06c048f195384aae9.tar.gz | |
cosmetic
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index c09f1025e0..3bf9fd6b0d 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -619,6 +619,7 @@ prioritise_cast(Msg, _State) -> prioritise_info({'DOWN', _MonitorRef, process, DownPid, _Reason}, #q{q = #amqqueue{exclusive_owner = DownPid}}) -> 8; + prioritise_info(_Msg, _State) -> 0. handle_call({init, Recover}, From, |
