summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-09 17:05:22 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-09 17:05:22 +0100
commit1f8bdc699e5a3ba3690d989982a0a87c18a26a83 (patch)
treee7eb355af3d1388129b8a969e750a9d51022f618
parent446c09257ccdf9d9ec04d6ab902d823e31ed4289 (diff)
parente1ee5e143b3d83e44df8de637fa71434ec4c2431 (diff)
downloadrabbitmq-server-git-1f8bdc699e5a3ba3690d989982a0a87c18a26a83.tar.gz
Merging bug 23098 into bug 15930
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index 3ded5d7f1b..773d67d333 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -567,7 +567,7 @@ restart(Child, State) ->
{terminate, NState} ->
report_error(shutdown, reached_max_restart_intensity,
Child, State#state.name),
- {shutdown, remove_child(Child, NState)}
+ {shutdown, state_del_child(Child, NState)}
end.
restart1(Child, State) ->