summaryrefslogtreecommitdiff
path: root/src/rabbit_channel_sup_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_channel_sup_sup.erl')
-rw-r--r--src/rabbit_channel_sup_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel_sup_sup.erl b/src/rabbit_channel_sup_sup.erl
index 1d9ba48b..e2c255db 100644
--- a/src/rabbit_channel_sup_sup.erl
+++ b/src/rabbit_channel_sup_sup.erl
@@ -43,6 +43,6 @@ start_channel(Pid, Args) ->
%%----------------------------------------------------------------------------
init([]) ->
- {ok, {{simple_one_for_one_terminate, 0, 1},
+ {ok, {{simple_one_for_one, 0, 1},
[{channel_sup, {rabbit_channel_sup, start_link, []},
temporary, infinity, supervisor, [rabbit_channel_sup]}]}}.