diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-09 17:55:51 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-09 17:55:51 +0000 |
| commit | 23f063e3caeac2663bb5b3171ec580898217d63b (patch) | |
| tree | 3c8c29dfd1b4d63dfb535fcee301baa748cd32b0 /src | |
| parent | 4df88aeeccc9272d03c2c423fb37c1008eaa8ef1 (diff) | |
| download | rabbitmq-server-git-23f063e3caeac2663bb5b3171ec580898217d63b.tar.gz | |
Contract will be process is already trapping exits
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index 468a6ee38c..d781cd35e3 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -137,7 +137,6 @@ init(Q) -> init_with_backing_queue_state(Q, BQ, BQS, RateTRef) -> ?LOGDEBUG("Queue starting - ~p~n", [Q]), - process_flag(trap_exit, true), process_args(#q{q = Q#amqqueue{pid = self()}, exclusive_consumer = none, has_had_consumers = false, |
